class GPUTexture
implements GPUObjectBase
Properties Jump to heading
readonly
Jump to headingdepthOrArrayLayers: numberreadonly
Jump to headingformat: GPUTextureFormatreadonly
Jump to headingheight: numberJump to headinglabel: stringreadonly
Jump to headingmipLevelCount: numberreadonly
Jump to headingsampleCount: numberreadonly
Jump to headingusage: GPUFlagsConstantreadonly
Jump to headingwidth: numberMethods Jump to heading
Jump to headingcreateView(descriptor?: GPUTextureViewDescriptor): GPUTextureViewJump to headingdestroy(): undefined