gpu: add CompilationMessage
Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
This commit is contained in:
parent
e28959c1cf
commit
ad45016481
2 changed files with 10 additions and 10 deletions
|
|
@ -1,13 +1,3 @@
|
|||
typedef struct WGPUCompilationMessage {
|
||||
next_in_chain: *const ChainedStruct,
|
||||
char const * message; // nullable
|
||||
WGPUCompilationMessageType type;
|
||||
line_num: u64,
|
||||
line_pos: u64,
|
||||
offset: u64,
|
||||
length: u64,
|
||||
} WGPUCompilationMessage;
|
||||
|
||||
typedef struct WGPUConstantEntry {
|
||||
next_in_chain: *const ChainedStruct,
|
||||
char const * key;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue