Interface GPUTextureBindingLayout
interface GPUTextureBindingLayout {
multisampled?: boolean;
sampleType?: GPUTextureSampleType;
viewDimension?: GPUTextureViewDimension;
}
multisampled?: boolean;
sampleType?: GPUTextureSampleType;
viewDimension?: GPUTextureViewDimension;
}
Index
Properties
Properties
Optionalmultisampled
multisampled?: boolean
OptionalsampleType
Indicates the type required for texture views bound to this binding.
OptionalviewDimension
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.