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

Data Fields

WGPUChainedStruct const * nextInChain
 
char const * message
 
WGPUCompilationMessageType type
 
uint64_t lineNum
 
uint64_t linePos
 
uint64_t offset
 
uint64_t length
 
uint64_t utf16LinePos
 
uint64_t utf16Offset
 
uint64_t utf16Length
 

Detailed Description

Definition at line 884 of file webgpu.h.

Field Documentation

◆ nextInChain

WGPUChainedStruct const* WGPUCompilationMessage::nextInChain

Definition at line 885 of file webgpu.h.

◆ message

char const* WGPUCompilationMessage::message

Definition at line 886 of file webgpu.h.

◆ type

WGPUCompilationMessageType WGPUCompilationMessage::type

Definition at line 887 of file webgpu.h.

◆ lineNum

uint64_t WGPUCompilationMessage::lineNum

Definition at line 888 of file webgpu.h.

◆ linePos

uint64_t WGPUCompilationMessage::linePos

Definition at line 889 of file webgpu.h.

◆ offset

uint64_t WGPUCompilationMessage::offset

Definition at line 890 of file webgpu.h.

◆ length

uint64_t WGPUCompilationMessage::length

Definition at line 891 of file webgpu.h.

◆ utf16LinePos

uint64_t WGPUCompilationMessage::utf16LinePos

Definition at line 892 of file webgpu.h.

◆ utf16Offset

uint64_t WGPUCompilationMessage::utf16Offset

Definition at line 893 of file webgpu.h.

◆ utf16Length

uint64_t WGPUCompilationMessage::utf16Length

Definition at line 894 of file webgpu.h.