Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

MotionBlurFilter doesn't work with WebGL. With preference: 'webgpu' it works. #489

Open
timkonieczny opened this issue Feb 23, 2025 · 0 comments

Comments

@timkonieczny
Copy link

The MotionBlurFilter doesn't work when initializing the Pixi app with preference: 'webgl'. With preference: 'webgpu' it works as expected.

The issue is visible here. Just replace webgpu with webgl. https://stackblitz.com/edit/vitejs-vite-pe8rxx69?file=src%2Fmain.ts

In the Filters demo it also doesn't work. https://filters.pixijs.download/main/examples/index.html?enabled=MotionBlurFilter

Tested with "pixi-filters": "^6.1.0" and "pixi.js": "^8.7.2" on Chrome on Windows.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant