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

Data Fields

WGPUChainedStruct const * nextInChain
 
size_t messageCount
 
WGPUCompilationMessage const * messages
 

Detailed Description

Default values can be set using WGPU_COMPILATION_INFO_INIT as initializer.

Definition at line 3450 of file webgpu.h.

Field Documentation

◆ nextInChain

WGPUChainedStruct const* WGPUCompilationInfo::nextInChain

Definition at line 3451 of file webgpu.h.

◆ messageCount

size_t WGPUCompilationInfo::messageCount

Defaults to NULL.

Definition at line 3455 of file webgpu.h.

◆ messages

WGPUCompilationMessage const* WGPUCompilationInfo::messages

Definition at line 3456 of file webgpu.h.