gpu: add CompilationMessage
Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
This commit is contained in:
parent
95413bae6f
commit
49b7e423d3
2 changed files with 12 additions and 12 deletions
11
gpu/src/TODO
11
gpu/src/TODO
|
|
@ -186,17 +186,6 @@ typedef struct WGPURenderPipelineDescriptor {
|
|||
|
||||
|
||||
|
||||
|
||||
typedef struct WGPUCompilationMessage {
|
||||
WGPUChainedStruct const * nextInChain;
|
||||
char const * message;
|
||||
WGPUCompilationMessageType type;
|
||||
uint64_t lineNum;
|
||||
uint64_t linePos;
|
||||
uint64_t offset;
|
||||
uint64_t length;
|
||||
} WGPUCompilationMessage;
|
||||
|
||||
typedef struct WGPUConstantEntry {
|
||||
WGPUChainedStruct const * nextInChain;
|
||||
char const * key;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue