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

Data Fields

WGPUChainedStruct const * nextInChain
 
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 3882 of file webgpu.h.

Field Documentation

◆ nextInChain

WGPUChainedStruct const* WGPUBindGroupLayoutDescriptor::nextInChain

Definition at line 3883 of file webgpu.h.

◆ label

WGPUStringView WGPUBindGroupLayoutDescriptor::label

This is a Non-Null Input String.

Defaults to WGPU_STRING_VIEW_INIT.

Definition at line 3889 of file webgpu.h.

◆ entryCount

size_t WGPUBindGroupLayoutDescriptor::entryCount

Defaults to NULL.

Definition at line 3893 of file webgpu.h.

◆ entries

WGPUBindGroupLayoutEntry const* WGPUBindGroupLayoutDescriptor::entries

Definition at line 3894 of file webgpu.h.