Interface GPUTextureBindingLayout
interface GPUTextureBindingLayout {
multisampled?: boolean;
sampleType?: GPUTextureSampleType;
viewDimension?: GPUTextureViewDimension;
}
multisampled?: boolean;
sampleType?: GPUTextureSampleType;
viewDimension?: GPUTextureViewDimension;
}
Index
Properties
Properties
Optional
multisampled
multisampled?: boolean
Optional
sampleType
Indicates the type required for texture views bound to this binding.
Optional
viewDimension
Indicates the required GPUTextureViewDescriptor#dimension for texture views bound to this binding.
Indicates whether or not texture views bound to this binding must be multisampled.