v132 · Usage Compatibility Matrix

Texture View Usage Matrix

Chrome 132 adds an optional usage field to GPUTextureViewDescriptor. A view's usage must be a subset of the source texture's usage flags. Use the matrix below to explore which view usages are valid for each texture usage, and build a descriptor to see the validation logic live.

Texture usage flags on the source texture

Build a GPUTextureViewDescriptor

Texture format
View dimension
View usage (subset)

see also