WgslTextureDepthMultisampled2d
Extends
Section titled “Extends”WgslTexture<object>
Properties
Section titled “Properties”[$internal]
Section titled “[$internal]”
readonly[$internal]:true|Record<string,any>
Inherited from
Section titled “Inherited from”Defined in
Section titled “Defined in”packages/typegpu/src/data/wgslTypes.ts:41
[$repr]
Section titled “[$repr]”
readonly[$repr]:textureMultisampled2d<F32>
Overrides
Section titled “Overrides”Defined in
Section titled “Defined in”packages/typegpu/src/data/texture.ts:181
bindingSampleType
Section titled “bindingSampleType”
readonlybindingSampleType: [GPUTextureSampleType,...GPUTextureSampleType[]]
Inherited from
Section titled “Inherited from”Defined in
Section titled “Defined in”packages/typegpu/src/data/texture.ts:58
dimension
Section titled “dimension”
readonlydimension:"2d"
Inherited from
Section titled “Inherited from”Defined in
Section titled “Defined in”packages/typegpu/src/data/texture.ts:56
multisampled
Section titled “multisampled”
readonlymultisampled:true
Inherited from
Section titled “Inherited from”Defined in
Section titled “Defined in”packages/typegpu/src/data/texture.ts:57
sampleType
Section titled “sampleType”
readonlysampleType:F32
Inherited from
Section titled “Inherited from”Defined in
Section titled “Defined in”packages/typegpu/src/data/texture.ts:55
readonlytype:"texture_depth_multisampled_2d"