WebGPU Headers: WGPUCompilationInfo Struct Reference

Data Fields

WGPUChainedStructnextInChain
 
size_t messageCount
 
WGPUCompilationMessage const * messages
 

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 3702 of file webgpu.h.

◆ nextInChain

◆ messageCount

size_t WGPUCompilationInfo::messageCount

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

Definition at line 3707 of file webgpu.h.

◆ messages

The INIT macro sets this to NULL.

Definition at line 3711 of file webgpu.h.