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(extensions): DataFilterExtension not setting category uniforms #8940

Merged
merged 2 commits into from
Jun 19, 2024

Conversation

Pessimistress
Copy link
Collaborator

Closes #8937

The category filter uniform is only set once on prop change. IconLayer and ScenegraphLayer have conditional draw calls where uniforms are not applied until the texture loads.

Change List

  • DataFilterExtension should set the necessary uniforms in every draw call

@coveralls
Copy link

Coverage Status

coverage: 89.672% (-0.2%) from 89.901%
when pulling 34d6676 on x/category-filter
into cd29436 on master.

@Pessimistress Pessimistress merged commit 4f39b28 into master Jun 19, 2024
4 checks passed
@Pessimistress Pessimistress deleted the x/category-filter branch June 19, 2024 14:58
Pessimistress added a commit that referenced this pull request Jun 20, 2024
…8940)

Co-authored-by: Felix Palmer <felixpalmer@gmail.com>
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] DataFilterExtension not working with ScenegraphLayer and IconLayer
3 participants