Readonly
Internal
__brandReadonly
depthThe depth or layer count of this GPUTexture.
Readonly
dimensionThe dimension of the set of texel for each of this GPUTexture's subresources.
Readonly
formatThe format of this GPUTexture.
Readonly
heightThe height of this GPUTexture.
Readonly
mipThe number of mip levels of this GPUTexture.
Readonly
sampleThe number of sample count of this GPUTexture.
Readonly
usageThe allowed usages for this GPUTexture.
Readonly
widthThe width of this GPUTexture.
Creates a GPUTextureView.
Optional
descriptor: GPUTextureViewDescriptorDescription of the GPUTextureView to create.
Destroys the GPUTexture.
Nominal type branding. https://github.com/microsoft/TypeScript/pull/33038