We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The MotionBlurFilter doesn't work when initializing the Pixi app with preference: 'webgl'. With preference: 'webgpu' it works as expected.
preference: 'webgl'
preference: 'webgpu'
The issue is visible here. Just replace webgpu with webgl. https://stackblitz.com/edit/vitejs-vite-pe8rxx69?file=src%2Fmain.ts
webgpu
webgl
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.
"pixi-filters": "^6.1.0"
"pixi.js": "^8.7.2"
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The MotionBlurFilter doesn't work when initializing the Pixi app with
preference: 'webgl'
. Withpreference: 'webgpu'
it works as expected.The issue is visible here. Just replace
webgpu
withwebgl
. https://stackblitz.com/edit/vitejs-vite-pe8rxx69?file=src%2Fmain.tsIn 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.The text was updated successfully, but these errors were encountered: