class GPUTexture
implements GPUObjectBase
Properties Jump to heading
readonly
Jump to headingdepthOrArrayLayers: number
readonly
Jump to headingformat: GPUTextureFormat
readonly
Jump to headingheight: number
Jump to headinglabel: string
readonly
Jump to headingmipLevelCount: number
readonly
Jump to headingsampleCount: number
readonly
Jump to headingusage: GPUFlagsConstant
readonly
Jump to headingwidth: number
Methods Jump to heading
Jump to headingcreateView(descriptor?: GPUTextureViewDescriptor): GPUTextureView
Jump to headingdestroy(): undefined