Skip to content

TextureProps

TextureProps: object

Defined in: packages/typegpu/src/core/texture/textureProps.ts:1

optional dimension: GPUTextureDimension

format: GPUTextureFormat

optional mipLevelCount: number

optional sampleCount: number

size: readonly number[]

optional viewFormats: GPUTextureFormat[]