Halide
WGPUCompilationMessage Struct Reference

#include <mini_webgpu.h>

Public Attributes

const WGPUChainedStructnextInChain
 
const char * 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 754 of file mini_webgpu.h.

Member Data Documentation

◆ nextInChain

const WGPUChainedStruct* WGPUCompilationMessage::nextInChain

Definition at line 755 of file mini_webgpu.h.

◆ message

const char* WGPUCompilationMessage::message

Definition at line 756 of file mini_webgpu.h.

◆ type

WGPUCompilationMessageType WGPUCompilationMessage::type

Definition at line 757 of file mini_webgpu.h.

◆ lineNum

uint64_t WGPUCompilationMessage::lineNum

Definition at line 758 of file mini_webgpu.h.

◆ linePos

uint64_t WGPUCompilationMessage::linePos

Definition at line 759 of file mini_webgpu.h.

◆ offset

uint64_t WGPUCompilationMessage::offset

Definition at line 760 of file mini_webgpu.h.

◆ length

uint64_t WGPUCompilationMessage::length

Definition at line 761 of file mini_webgpu.h.

◆ utf16LinePos

uint64_t WGPUCompilationMessage::utf16LinePos

Definition at line 762 of file mini_webgpu.h.

◆ utf16Offset

uint64_t WGPUCompilationMessage::utf16Offset

Definition at line 763 of file mini_webgpu.h.

◆ utf16Length

uint64_t WGPUCompilationMessage::utf16Length

Definition at line 764 of file mini_webgpu.h.


The documentation for this struct was generated from the following file: