Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

mayakwd
Copy link
Collaborator

@mayakwd mayakwd commented Sep 10, 2025

Description of change

Fixes: #11333

This PR introduces several fixes and optimizations related to the filter's enabled state:

  • When a filter is disabled, we render a pass-through copy from input to output, via PassthroughFilter.
  • Within the multi-pass chain, we now skip disabled filters
  • Added visual test
Pre-Merge Checklist
  • Tests and/or benchmarks are included
  • Lint process passed (npm run lint)
  • Tests passed (npm run test)

Copy link

pkg-pr-new bot commented Sep 10, 2025

pixi.js-basepixi.js-bunny-mark

npm i https://pkg.pr.new/pixijs/pixijs/pixi.js@11674

commit: 8c91927

Copy link
Member

@bigtimebuddy bigtimebuddy left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code looks good, but I'll defer to @GoodBoyDigital on if the pass-through approach is a good one here.

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

Successfully merging this pull request may close these issues.

Bug: Enabled on a filter in a filter array doesn’t apply the change
2 participants