WgslTexture2dArray
Extends
Section titled “Extends”WgslTexture<object>
Type Parameters
Section titled “Type Parameters”• TSample extends TextureSampleTypes = TextureSampleTypes
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]:texture2dArray<TSample>
Overrides
Section titled “Overrides”Defined in
Section titled “Defined in”packages/typegpu/src/data/texture.ts:124
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-array"
Inherited from
Section titled “Inherited from”Defined in
Section titled “Defined in”packages/typegpu/src/data/texture.ts:56
multisampled
Section titled “multisampled”
readonlymultisampled:false
Inherited from
Section titled “Inherited from”Defined in
Section titled “Defined in”packages/typegpu/src/data/texture.ts:57
sampleType
Section titled “sampleType”
readonlysampleType:TSample
Inherited from
Section titled “Inherited from”Defined in
Section titled “Defined in”packages/typegpu/src/data/texture.ts:55
readonlytype:"texture_2d_array"