WebGPU Headers: WGPUBufferBindingLayout Struct Reference

Data Fields

WGPUChainedStructnextInChain
 
WGPUBufferBindingType type
 
WGPUBool hasDynamicOffset
 
uint64_t minBindingSize
 

Default values can be set using WGPU_BUFFER_BINDING_LAYOUT_INIT as initializer.

Definition at line 1879 of file webgpu.h.

◆ nextInChain

◆ type

◆ hasDynamicOffset

WGPUBool WGPUBufferBindingLayout::hasDynamicOffset

The INIT macro sets this to WGPU_FALSE.

Definition at line 1891 of file webgpu.h.

◆ minBindingSize

uint64_t WGPUBufferBindingLayout::minBindingSize

The INIT macro sets this to 0.

Definition at line 1895 of file webgpu.h.