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

Data Fields

WGPUChainedStruct const * nextInChain
 
char const * label
 
size_t entryCount
 
WGPUBindGroupLayoutEntry const * entries
 

Detailed Description

Definition at line 1327 of file webgpu.h.

Field Documentation

◆ nextInChain

WGPUChainedStruct const* WGPUBindGroupLayoutDescriptor::nextInChain

Definition at line 1328 of file webgpu.h.

◆ label

char const* WGPUBindGroupLayoutDescriptor::label

Definition at line 1329 of file webgpu.h.

◆ entryCount

size_t WGPUBindGroupLayoutDescriptor::entryCount

Definition at line 1330 of file webgpu.h.

◆ entries

WGPUBindGroupLayoutEntry const* WGPUBindGroupLayoutDescriptor::entries

Definition at line 1331 of file webgpu.h.