Data Fields | |
| WGPUChainedStruct * | nextInChain |
| WGPUStringView | message |
| WGPUCompilationMessageType | type |
| uint64_t | lineNum |
| uint64_t | linePos |
| uint64_t | offset |
| uint64_t | length |
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_MESSAGE_INIT as initializer.
| WGPUChainedStruct* WGPUCompilationMessage::nextInChain |
| WGPUStringView WGPUCompilationMessage::message |
A Localizable Human-Readable Message String.
This is an Output String.
The INIT macro sets this to WGPU_STRING_VIEW_INIT.
| WGPUCompilationMessageType WGPUCompilationMessage::type |
Severity level of the message.
The INIT macro sets this to (WGPUCompilationMessageType)0.
| uint64_t WGPUCompilationMessage::lineNum |
| uint64_t WGPUCompilationMessage::linePos |
| uint64_t WGPUCompilationMessage::offset |