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

Fix: filters not working for WebGPU #10171

Merged
merged 2 commits into from
Feb 2, 2024
Merged

Conversation

GoodBoyDigital
Copy link
Member

What a doosey to track down :)
Turns out resource ids were not unique - causing strange side effects in WebGPU.
Fixed a nested filter issue that would set the inccorect viewport.

Added test to cover both.

- fix up resource id clash in webGPU
- fix up bug of rendering sub tree
Copy link

codesandbox-ci bot commented Feb 1, 2024

This pull request is automatically built and testable in CodeSandbox.

To see build info of the built libraries, click here or the icon next to each commit SHA.

Latest deployment of this branch, based on commit c743e46:

Sandbox Source
pixi.js-sandbox Configuration

@Zyie Zyie changed the title v8 Fix up a couple of filter issues Fix: filters not working for WebGPU Feb 1, 2024
@Zyie Zyie merged commit 0d81249 into next-v8 Feb 2, 2024
4 checks passed
@Zyie Zyie deleted the bufgfix/v8-nested-filter-bug branch February 2, 2024 10:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants