Data Fields | |
| WGPUChainedStruct * | nextInChain |
| WGPUSamplerBindingType | type |
Default values can be set using WGPU_SAMPLER_BINDING_LAYOUT_INIT as initializer.
| WGPUChainedStruct* WGPUSamplerBindingLayout::nextInChain |
| WGPUSamplerBindingType WGPUSamplerBindingLayout::type |
If set to WGPUSamplerBindingType_Undefined, defaults to WGPUSamplerBindingType_Filtering.
The INIT macro sets this to WGPUSamplerBindingType_Undefined.