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

WGSL: switch statement without default clause #5281

Closed
aleino-nv opened this issue Oct 14, 2024 · 0 comments · Fixed by #5490
Closed

WGSL: switch statement without default clause #5281

aleino-nv opened this issue Oct 14, 2024 · 0 comments · Fixed by #5490
Assignees
Labels
goal:forward looking Feature needed at a later date, not connected to a specific use case. siggraphasia-2024

Comments

@aleino-nv
Copy link
Collaborator

Affected tests:

  • tests/bugs/nested-switch.slang

    WGPU error: Error while parsing WGSL: :9:13 error: switch statement must have a default clause
    switch(r_0)
    ^^^^^^

@aleino-nv aleino-nv self-assigned this Oct 14, 2024
@aleino-nv aleino-nv removed their assignment Oct 14, 2024
@bmillsNV bmillsNV added siggraphasia-2024 goal:forward looking Feature needed at a later date, not connected to a specific use case. labels Oct 17, 2024
@bmillsNV bmillsNV added this to the Q4 2024 (Fall) milestone Oct 17, 2024
@csyonghe csyonghe self-assigned this Nov 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
goal:forward looking Feature needed at a later date, not connected to a specific use case. siggraphasia-2024
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants