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

Data Fields

WGPUChainedStruct const * nextInChain
 
WGPUStringView label
 

Detailed Description

Default values can be set using WGPU_RENDER_BUNDLE_DESCRIPTOR_INIT as initializer.

Definition at line 2339 of file webgpu.h.

Field Documentation

◆ nextInChain

WGPUChainedStruct const* WGPURenderBundleDescriptor::nextInChain

Definition at line 2340 of file webgpu.h.

◆ label

WGPUStringView WGPURenderBundleDescriptor::label

This is a Non-Null Input String.

Defaults to WGPU_STRING_VIEW_INIT.

Definition at line 2346 of file webgpu.h.