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

Data Fields

WGPUChainedStructnextInChain
 
size_t messageCount
 
WGPUCompilationMessage const * messages
 

Detailed Description

This is an Implementation-Allocated Struct Chain root. Arbitrary chains must be handled gracefully by the application!

Default values can be set using WGPU_COMPILATION_INFO_INIT as initializer.

Definition at line 3746 of file webgpu.h.

Field Documentation

◆ nextInChain

WGPUChainedStruct* WGPUCompilationInfo::nextInChain

Definition at line 3747 of file webgpu.h.

◆ messageCount

size_t WGPUCompilationInfo::messageCount

Array count for messages. The INIT macro sets this to 0.

Definition at line 3751 of file webgpu.h.

◆ messages

WGPUCompilationMessage const* WGPUCompilationInfo::messages

The INIT macro sets this to NULL.

Definition at line 3755 of file webgpu.h.