WebGPU Headers: WGPUBindGroupDescriptor Struct Reference

Data Fields

WGPUChainedStructnextInChain
 
WGPUStringView label
 
WGPUBindGroupLayout layout
 
size_t entryCount
 
WGPUBindGroupEntry const * entries
 

Default values can be set using WGPU_BIND_GROUP_DESCRIPTOR_INIT as initializer.

Definition at line 4431 of file webgpu.h.

◆ nextInChain

◆ label

◆ layout

The INIT macro sets this to NULL.

Definition at line 4442 of file webgpu.h.

◆ entryCount

size_t WGPUBindGroupDescriptor::entryCount

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

Definition at line 4446 of file webgpu.h.

◆ entries

The INIT macro sets this to NULL.

Definition at line 4450 of file webgpu.h.