Skip to content

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

WgslTextureMultisampled2d

TSample extends TextureSampleTypes = TextureSampleTypes

readonly [$internal]: true | Record<string, any>

WgslTexture.[$internal]

packages/typegpu/src/data/wgslTypes.ts:41


readonly [$repr]: textureMultisampled2d<TSample>

WgslTexture.[$repr]

packages/typegpu/src/data/texture.ts:112


readonly bindingSampleType: [GPUTextureSampleType, ...GPUTextureSampleType[]]

WgslTexture.bindingSampleType

packages/typegpu/src/data/texture.ts:58


readonly dimension: "2d"

WgslTexture.dimension

packages/typegpu/src/data/texture.ts:56


readonly multisampled: true

WgslTexture.multisampled

packages/typegpu/src/data/texture.ts:57


readonly sampleType: TSample

WgslTexture.sampleType

packages/typegpu/src/data/texture.ts:55


readonly type: "texture_multisampled_2d"

WgslTexture.type

packages/typegpu/src/data/texture.ts:111