Commit ded8b77
authored
Check clearing of 3d textures when rendering to a slice (#4625)
* Check clearing of 3d textures when rendering to a slice
There was an issue in some browsers where, when rendering
to a slice of a 3d texture, they'd mark the entire texture
as initialized even though only the individual slice was
initialized.
Updated the tests so they check the entire texture.
Also updated them to try every format.1 parent 3962314 commit ded8b77
2 files changed
Lines changed: 402 additions & 159 deletions
File tree
- src/webgpu
- api/operation/rendering
- shader/execution/expression/call/builtin
0 commit comments