Data Fields | |
WGPUChainedStruct const * | nextInChain |
WGPUTextureSampleType | sampleType |
WGPUTextureViewDimension | viewDimension |
WGPUBool | multisampled |
Default values can be set using WGPU_TEXTURE_BINDING_LAYOUT_INIT as initializer.
WGPUChainedStruct const* WGPUTextureBindingLayout::nextInChain |
WGPUTextureSampleType WGPUTextureBindingLayout::sampleType |
If set to WGPUTextureSampleType_Undefined, defaults to WGPUTextureSampleType_Float.
The INIT
macro sets this to WGPUTextureSampleType_BindingNotUsed.
WGPUTextureViewDimension WGPUTextureBindingLayout::viewDimension |
If set to WGPUTextureViewDimension_Undefined, defaults to WGPUTextureViewDimension_2D.
The INIT
macro sets this to WGPUTextureViewDimension_Undefined.