WebGPU Headers
The WebGPU C API
 
All Data Structures Functions Variables Typedefs Enumerations Enumerator Modules Pages
Loading...
Searching...
No Matches
WGPUShaderModuleDescriptor Struct Reference

Data Fields

WGPUChainedStructnextInChain
 
WGPUStringView label
 

Detailed Description

Default values can be set using WGPU_SHADER_MODULE_DESCRIPTOR_INIT as initializer.

Definition at line 4113 of file webgpu.h.

Field Documentation

◆ nextInChain

WGPUChainedStruct* WGPUShaderModuleDescriptor::nextInChain

Definition at line 4114 of file webgpu.h.

◆ label

WGPUStringView WGPUShaderModuleDescriptor::label

This is a Non-Null Input String.

The INIT macro sets this to WGPU_STRING_VIEW_INIT.

Definition at line 4120 of file webgpu.h.