Skip to main content
Build Real-time Applications with the new "watch" API in Deno KV
Read more
interface GPUTextureViewDescriptor
implements GPUObjectDescriptorBase

Properties

optional
format: GPUTextureFormat
optional
dimension: GPUTextureViewDimension
optional
aspect: GPUTextureAspect
optional
baseMipLevel: number
optional
mipLevelCount: number
optional
baseArrayLayer: number
optional
arrayLayerCount: number