Optional
The depth of the extent or the number of array layers it contains. If used with a GPUTexture with a GPUTextureDimension of GPUTextureDimension "3d" defines the depth of the texture. If used with a GPUTexture with a GPUTextureDimension of GPUTextureDimension "2d" defines the number of array layers in the texture.
"3d"
"2d"
The height of the extent.
The width of the extent.
Generated using TypeDoc
The depth of the extent or the number of array layers it contains. If used with a GPUTexture with a GPUTextureDimension of GPUTextureDimension
"3d"
defines the depth of the texture. If used with a GPUTexture with a GPUTextureDimension of GPUTextureDimension"2d"
defines the number of array layers in the texture.