Data Fields | |
| WGPUChainedStruct * | nextInChain |
| WGPUBufferBindingType | type |
| WGPUBool | hasDynamicOffset |
| uint64_t | minBindingSize |
Default values can be set using WGPU_BUFFER_BINDING_LAYOUT_INIT as initializer.
| WGPUChainedStruct* WGPUBufferBindingLayout::nextInChain |
| WGPUBufferBindingType WGPUBufferBindingLayout::type |
If set to WGPUBufferBindingType_Undefined, defaults to WGPUBufferBindingType_Uniform.
The INIT macro sets this to WGPUBufferBindingType_Undefined.
| WGPUBool WGPUBufferBindingLayout::hasDynamicOffset |