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

Data Fields

WGPUChainedStruct const * nextInChain
 
WGPUStringView label
 

Detailed Description

Default values can be set using WGPU_COMMAND_ENCODER_DESCRIPTOR_INIT as initializer.

Definition at line 1779 of file webgpu.h.

Field Documentation

◆ nextInChain

WGPUChainedStruct const* WGPUCommandEncoderDescriptor::nextInChain

Definition at line 1780 of file webgpu.h.

◆ label

WGPUStringView WGPUCommandEncoderDescriptor::label

This is a Non-Null Input String.

Defaults to WGPU_STRING_VIEW_INIT.

Definition at line 1786 of file webgpu.h.