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

Data Fields

WGPUChainedStructnextInChain
 
WGPUStringView label
 
size_t entryCount
 
WGPUBindGroupLayoutEntry const * entries
 

Detailed Description

Default values can be set using WGPU_BIND_GROUP_LAYOUT_DESCRIPTOR_INIT as initializer.

Definition at line 4138 of file webgpu.h.

Field Documentation

◆ nextInChain

WGPUChainedStruct* WGPUBindGroupLayoutDescriptor::nextInChain

Definition at line 4139 of file webgpu.h.

◆ label

WGPUStringView WGPUBindGroupLayoutDescriptor::label

This is a Non-Null Input String.

The INIT macro sets this to WGPU_STRING_VIEW_INIT.

Definition at line 4145 of file webgpu.h.

◆ entryCount

size_t WGPUBindGroupLayoutDescriptor::entryCount

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

Definition at line 4149 of file webgpu.h.

◆ entries

WGPUBindGroupLayoutEntry const* WGPUBindGroupLayoutDescriptor::entries

The INIT macro sets this to NULL.

Definition at line 4153 of file webgpu.h.