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

Data Fields

WGPUChainedStruct chain
 
WGPUStringView code
 

Detailed Description

Default values can be set using WGPU_SHADER_SOURCE_WGSL_INIT as initializer.

Definition at line 2857 of file webgpu.h.

Field Documentation

◆ chain

WGPUChainedStruct WGPUShaderSourceWGSL::chain

Definition at line 2858 of file webgpu.h.

◆ code

WGPUStringView WGPUShaderSourceWGSL::code

This is a Non-Null Input String.

The INIT macro sets this to WGPU_STRING_VIEW_INIT.

Definition at line 2864 of file webgpu.h.