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

Data Fields

WGPUChainedStruct const * nextInChain
 
char const * label
 
size_t hintCount
 
WGPUShaderModuleCompilationHint const * hints
 

Detailed Description

Definition at line 1295 of file webgpu.h.

Field Documentation

◆ nextInChain

WGPUChainedStruct const* WGPUShaderModuleDescriptor::nextInChain

Definition at line 1296 of file webgpu.h.

◆ label

char const* WGPUShaderModuleDescriptor::label

Definition at line 1297 of file webgpu.h.

◆ hintCount

size_t WGPUShaderModuleDescriptor::hintCount

Definition at line 1298 of file webgpu.h.

◆ hints

WGPUShaderModuleCompilationHint const* WGPUShaderModuleDescriptor::hints

Definition at line 1299 of file webgpu.h.