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

Data Fields

WGPUChainedStruct chain
 
uint32_t codeSize
 
uint32_t const * code
 

Detailed Description

Definition at line 1072 of file webgpu.h.

Field Documentation

◆ chain

WGPUChainedStruct WGPUShaderModuleSPIRVDescriptor::chain

Definition at line 1073 of file webgpu.h.

◆ codeSize

uint32_t WGPUShaderModuleSPIRVDescriptor::codeSize

Definition at line 1074 of file webgpu.h.

◆ code

uint32_t const* WGPUShaderModuleSPIRVDescriptor::code

Definition at line 1075 of file webgpu.h.