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

Data Fields

WGPUChainedStruct const * nextInChain
 
char const * label
 
WGPUBindGroupLayout layout
 
size_t entryCount
 
WGPUBindGroupEntry const * entries
 

Detailed Description

Definition at line 1209 of file webgpu.h.

Field Documentation

◆ nextInChain

WGPUChainedStruct const* WGPUBindGroupDescriptor::nextInChain

Definition at line 1210 of file webgpu.h.

◆ label

char const* WGPUBindGroupDescriptor::label

Definition at line 1211 of file webgpu.h.

◆ layout

WGPUBindGroupLayout WGPUBindGroupDescriptor::layout

Definition at line 1212 of file webgpu.h.

◆ entryCount

size_t WGPUBindGroupDescriptor::entryCount

Definition at line 1213 of file webgpu.h.

◆ entries

WGPUBindGroupEntry const* WGPUBindGroupDescriptor::entries

Definition at line 1214 of file webgpu.h.