Halide 17.0.0
Halide compiler and libraries
|
#include <mini_webgpu.h>
Public Attributes | |
WGPUChainedStruct const * | nextInChain |
WGPU_NULLABLE 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 |
Definition at line 1030 of file mini_webgpu.h.
WGPUChainedStruct const* WGPUCompilationMessage::nextInChain |
Definition at line 1031 of file mini_webgpu.h.
WGPU_NULLABLE char const* WGPUCompilationMessage::message |
Definition at line 1032 of file mini_webgpu.h.
WGPUCompilationMessageType WGPUCompilationMessage::type |
Definition at line 1033 of file mini_webgpu.h.
uint64_t WGPUCompilationMessage::lineNum |
Definition at line 1034 of file mini_webgpu.h.
uint64_t WGPUCompilationMessage::linePos |
Definition at line 1035 of file mini_webgpu.h.
uint64_t WGPUCompilationMessage::offset |
Definition at line 1036 of file mini_webgpu.h.
uint64_t WGPUCompilationMessage::length |
Definition at line 1037 of file mini_webgpu.h.
uint64_t WGPUCompilationMessage::utf16LinePos |
Definition at line 1038 of file mini_webgpu.h.
uint64_t WGPUCompilationMessage::utf16Offset |
Definition at line 1039 of file mini_webgpu.h.
uint64_t WGPUCompilationMessage::utf16Length |
Definition at line 1040 of file mini_webgpu.h.