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

Data Fields

WGPUChainedStruct const * nextInChain
 
char const * entryPoint
 
WGPUPipelineLayout layout
 

Detailed Description

Definition at line 1066 of file webgpu.h.

Field Documentation

◆ nextInChain

WGPUChainedStruct const* WGPUShaderModuleCompilationHint::nextInChain

Definition at line 1067 of file webgpu.h.

◆ entryPoint

char const* WGPUShaderModuleCompilationHint::entryPoint

Definition at line 1068 of file webgpu.h.

◆ layout

WGPUPipelineLayout WGPUShaderModuleCompilationHint::layout

Definition at line 1069 of file webgpu.h.