-
Notifications
You must be signed in to change notification settings - Fork 240
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
Various WGSL fixes. #5490
Various WGSL fixes. #5490
Conversation
/format |
🌈 Formatted, please merge the changes from this PR |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me.
@@ -3,7 +3,7 @@ | |||
//TEST(compute):COMPARE_COMPUTE: -shaderobj | |||
//TEST(compute):COMPARE_COMPUTE:-vk -shaderobj | |||
//TEST(compute):COMPARE_COMPUTE:-cpu -shaderobj | |||
//DISABLE_TEST(compute):COMPARE_COMPUTE_EX:-wgpu | |||
//TEST(compute):COMPARE_COMPUTE:-wgpu |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I am not sure it does, but shouldn't this have -shaderobj
like other lines?
//TEST(compute):COMPARE_COMPUTE:-wgpu -shaderobj
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
That flag is no longer meaningful. Every test is -shaderobj
now, and this flag should be removed from all tests.
Closes #5281.
Closes #5286.
Closes #5287.
Closes #5290.
Closes #5227.
Closes #5289.