Optional dimensionThe format of the texture.
Optional labelThe initial value of GPUObjectBase.label.
Optional mipThe number of mip levels the texture will contain.
Optional sampleThe sample count of the texture. A sampleCount > 1 indicates
a multisampled texture.
The width, height, and depth or layer count of the texture.
Optional textureThe allowed usages for the texture.
Optional viewSpecifies what view format values will be allowed when calling createView on this texture (in addition to the texture's actual format).
Generated using TypeDoc
Whether the texture is one-dimensional, an array of two-dimensional layers, or three-dimensional.