Skip to content

Sign up to be notified when the ShaderHunt platform is available, along with interactive examples teaching TypeGPU from the ground up.

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[]