WebGPU Headers: WGPUBindGroupLayoutDescriptor Struct Reference

Data Fields

WGPUChainedStructnextInChain
 
WGPUStringView label
 
size_t entryCount
 
WGPUBindGroupLayoutEntry const * entries
 

Default values can be set using WGPU_BIND_GROUP_LAYOUT_DESCRIPTOR_INIT as initializer.

Definition at line 4467 of file webgpu.h.

◆ nextInChain

◆ label

◆ entryCount

size_t WGPUBindGroupLayoutDescriptor::entryCount

Array count for entries. The INIT macro sets this to 0.

Definition at line 4478 of file webgpu.h.

◆ entries

The INIT macro sets this to NULL.

Definition at line 4482 of file webgpu.h.