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

Test clip-distances feature #3773

Closed
1 task
dneto0 opened this issue May 30, 2024 · 1 comment · Fixed by #3958
Closed
1 task

Test clip-distances feature #3773

dneto0 opened this issue May 30, 2024 · 1 comment · Fixed by #3958
Assignees

Comments

@dneto0
Copy link
Contributor

dneto0 commented May 30, 2024

The spec change has landed. gpuweb/gpuweb#4588


Particular things to test:

  • maxInterStageShaderVariables
@kainino0x
Copy link
Collaborator

kainino0x commented Jul 24, 2024

We should make sure to carefully test the rules around maxInterStageShaderVariables. I am working on gpuweb/gpuweb#4688 and the rule for clip_distances says that it consumes 1-2 @locations at the end, not just uses 1-2 variables from the limit (compare with "point-list" which uses 1 from the limit but doesn't use any @locations).

See existing test:

g.test('max_shader_variable_location')

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 a pull request may close this issue.

3 participants