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

Data Fields

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

Detailed Description

Default values can be set using WGPU_BIND_GROUP_DESCRIPTOR_INIT as initializer.

Definition at line 3351 of file webgpu.h.

Field Documentation

◆ nextInChain

WGPUChainedStruct const* WGPUBindGroupDescriptor::nextInChain

Definition at line 3352 of file webgpu.h.

◆ label

WGPUStringView WGPUBindGroupDescriptor::label

This is a Non-Null Input String.

Defaults to WGPU_STRING_VIEW_INIT.

Definition at line 3358 of file webgpu.h.

◆ layout

WGPUBindGroupLayout WGPUBindGroupDescriptor::layout

Defaults to NULL.

Definition at line 3362 of file webgpu.h.

◆ entryCount

size_t WGPUBindGroupDescriptor::entryCount

Defaults to NULL.

Definition at line 3366 of file webgpu.h.

◆ entries

WGPUBindGroupEntry const* WGPUBindGroupDescriptor::entries

Definition at line 3367 of file webgpu.h.