-
Notifications
You must be signed in to change notification settings - Fork 246
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: There is no texture_1d_array type in WGSL #5223
Comments
We should disable the texture 1D portion of the test for wgsl with some #define logic in the test file, and still enable other parts of the test. |
Ok but we should also not generate |
This shall be done in the same effort to disallow other types such as uint8 etc. We need to extend the capability system to be able to check on type usage. I consider this not directly within the scope of wgsl work. |
The focus should be to get all tests that can work on wgpu to pass, and we can defer more restrict checking to the next phase of development. |
Ok I will extend #4947 to include this, and make it non-WGSL specific |
Done, closing this one and tracking these failing tests in the lower-priority issue mentioned. |
This issue was split from #5172.
Affected tests under
tests/compute
(currently disabled):Output from slang-test for
texture-simple
:Tasks:
The text was updated successfully, but these errors were encountered: