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 3555 of file webgpu.h.

Field Documentation

◆ nextInChain

WGPUChainedStruct* WGPUBindGroupDescriptor::nextInChain

Definition at line 3556 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 3562 of file webgpu.h.

◆ layout

WGPUBindGroupLayout WGPUBindGroupDescriptor::layout

The INIT macro sets this to NULL.

Definition at line 3566 of file webgpu.h.

◆ entryCount

size_t WGPUBindGroupDescriptor::entryCount

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

Definition at line 3570 of file webgpu.h.

◆ entries

WGPUBindGroupEntry const* WGPUBindGroupDescriptor::entries

The INIT macro sets this to NULL.

Definition at line 3574 of file webgpu.h.