WebGPU Headers: WGPURenderBundleDescriptor Struct Reference

Loading...

Searching...

No Matches

Data Fields

WGPURenderBundleDescriptor Struct Reference

Data Fields

WGPUChainedStructnextInChain
 
WGPUStringView label
 

Detailed Description

Default values can be set using WGPU_RENDER_BUNDLE_DESCRIPTOR_INIT as initializer.

Definition at line 2496 of file webgpu.h.

Field Documentation

◆ nextInChain

WGPUChainedStruct* WGPURenderBundleDescriptor::nextInChain

Definition at line 2497 of file webgpu.h.

◆ label

WGPUStringView WGPURenderBundleDescriptor::label

This is a Non-Null Input String.

The INIT macro sets this to WGPU_STRING_VIEW_INIT.

Definition at line 2503 of file webgpu.h.