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

Disable uniformity analysis for the fragment stage #2515

Merged
merged 2 commits into from
Sep 28, 2023

Conversation

teoxoy
Copy link
Member

@teoxoy teoxoy commented Sep 26, 2023

Disables uniformity requirements for the following:

  • derivative builtin functions
  • textureSample
  • textureSampleBias
  • textureSampleCompare

These are the same builtins derivative_uniformity diagnostic targets.

This is a temporary change until we get to gfx-rs/wgpu#4369.

src/valid/analyzer.rs Show resolved Hide resolved
@teoxoy teoxoy merged commit e6a47ba into gfx-rs:master Sep 28, 2023
5 checks passed
@teoxoy teoxoy deleted the disable-uniformity-req-on-fragment-stage branch October 3, 2023 15:49
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.

2 participants