TextureProps
TextureProps =
object
Defined in: packages/typegpu/src/core/texture/textureProps.ts:1
Properties
Section titled “Properties”dimension?
Section titled “dimension?”
optionaldimension:GPUTextureDimension
Defined in: packages/typegpu/src/core/texture/textureProps.ts:5
format
Section titled “format”format:
GPUTextureFormat
Defined in: packages/typegpu/src/core/texture/textureProps.ts:3
mipLevelCount?
Section titled “mipLevelCount?”
optionalmipLevelCount:number
Defined in: packages/typegpu/src/core/texture/textureProps.ts:6
sampleCount?
Section titled “sampleCount?”
optionalsampleCount:number
Defined in: packages/typegpu/src/core/texture/textureProps.ts:7
size: readonly
number[]
Defined in: packages/typegpu/src/core/texture/textureProps.ts:2
viewFormats?
Section titled “viewFormats?”
optionalviewFormats:GPUTextureFormat[]
Defined in: packages/typegpu/src/core/texture/textureProps.ts:4