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

Data Fields

WGPUChainedStructnextInChain
 
WGPUStringView label
 

Detailed Description

Default values can be set using WGPU_QUEUE_DESCRIPTOR_INIT as initializer.

Definition at line 2516 of file webgpu.h.

Field Documentation

◆ nextInChain

WGPUChainedStruct* WGPUQueueDescriptor::nextInChain

Definition at line 2517 of file webgpu.h.

◆ label

WGPUStringView WGPUQueueDescriptor::label

This is a Non-Null Input String.

The INIT macro sets this to WGPU_STRING_VIEW_INIT.

Definition at line 2523 of file webgpu.h.