ReadonlydepthThe depthOrArrayLayers read-only property of the GPUTexture interface represents the depth or layer count of the GPUTexture.
ReadonlydimensionThe dimension read-only property of the GPUTexture interface represents the dimension of the set of texels for each GPUTexture subresource.
ReadonlyformatThe format read-only property of the GPUTexture interface represents the format of the GPUTexture.
ReadonlyheightThe height read-only property of the GPUTexture interface represents the height of the GPUTexture.
ReadonlymipThe mipLevelCount read-only property of the GPUTexture interface represents the number of mip levels of the GPUTexture.
ReadonlysampleThe sampleCount read-only property of the GPUTexture interface represents the sample count of the GPUTexture.
ReadonlyusageThe usage read-only property of the GPUTexture interface is the bitwise flags representing the allowed usages of the GPUTexture.
ReadonlywidthThe width read-only property of the GPUTexture interface represents the width of the GPUTexture.
The createView() method of the GPUTexture interface creates a GPUTextureView representing a specific view of the GPUTexture.
Optionaldescriptor: GPUTextureViewDescriptorThe destroy() method of the GPUTexture interface destroys the GPUTexture.
The
GPUTextureinterface of the WebGPU API represents a container used to store 1D, 2D, or 3D arrays of data, such as images, to use in GPU rendering operations. Available only in secure contexts.MDN Reference