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

Data Fields

WGPUChainedStruct const * nextInChain
 
WGPUStringView label
 

Detailed Description

Default values can be set using WGPU_SHADER_MODULE_DESCRIPTOR_INIT as initializer.

Definition at line 2662 of file webgpu.h.

Field Documentation

◆ nextInChain

WGPUChainedStruct const* WGPUShaderModuleDescriptor::nextInChain

Definition at line 2663 of file webgpu.h.

◆ label

WGPUStringView WGPUShaderModuleDescriptor::label

This is a Non-Null Input String.

Defaults to WGPU_STRING_VIEW_INIT.

Definition at line 2669 of file webgpu.h.