Commit 5a67cd5
committed
Fix textureLoad test for multisampled textures
Multisampled textures are required to have RENDER_ATTACHMENT usage.
This was working by accident as `createTextureWithRandopmDataAndGetTexels`
as adding the RENDER_ATTACHMENT usage. That usage addition is removed
in this PR so the bug that it was not added here surfaced.1 parent c73636f commit 5a67cd5
File tree
1 file changed
+4
-1
lines changed- src/webgpu/shader/execution/expression/call/builtin
1 file changed
+4
-1
lines changedLines changed: 4 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
369 | 369 | | |
370 | 370 | | |
371 | 371 | | |
372 | | - | |
| 372 | + | |
| 373 | + | |
| 374 | + | |
| 375 | + | |
373 | 376 | | |
374 | 377 | | |
375 | 378 | | |
| |||
0 commit comments