WebGPU Headers
The WebGPU C API
 
Loading...
Searching...
No Matches
WGPUBindGroupDescriptor Struct Reference

Data Fields

WGPUChainedStructnextInChain
 
WGPUStringView label
 
WGPUBindGroupLayout layout
 
size_t entryCount
 
WGPUBindGroupEntry const * entries
 

Detailed Description

Default values can be set using WGPU_BIND_GROUP_DESCRIPTOR_INIT as initializer.

Definition at line 3641 of file webgpu.h.

Field Documentation

◆ nextInChain

WGPUChainedStruct* WGPUBindGroupDescriptor::nextInChain

Definition at line 3642 of file webgpu.h.

◆ label

WGPUStringView WGPUBindGroupDescriptor::label

This is a Non-Null Input String.

The INIT macro sets this to WGPU_STRING_VIEW_INIT.

Definition at line 3648 of file webgpu.h.

◆ layout

WGPUBindGroupLayout WGPUBindGroupDescriptor::layout

The INIT macro sets this to NULL.

Definition at line 3652 of file webgpu.h.

◆ entryCount

size_t WGPUBindGroupDescriptor::entryCount

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

Definition at line 3656 of file webgpu.h.

◆ entries

WGPUBindGroupEntry const* WGPUBindGroupDescriptor::entries

The INIT macro sets this to NULL.

Definition at line 3660 of file webgpu.h.