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

Field Documentation

◆ nextInChain

WGPUChainedStruct* WGPUBindGroupLayoutDescriptor::nextInChain

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

◆ entryCount

size_t WGPUBindGroupLayoutDescriptor::entryCount

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

Definition at line 4235 of file webgpu.h.

◆ entries

WGPUBindGroupLayoutEntry const* WGPUBindGroupLayoutDescriptor::entries

The INIT macro sets this to NULL.

Definition at line 4239 of file webgpu.h.