gpu: add CompilationMessage

Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
This commit is contained in:
Stephen Gutekanst 2022-03-11 15:15:17 -07:00 committed by Stephen Gutekanst
parent 95413bae6f
commit 49b7e423d3
2 changed files with 12 additions and 12 deletions

View file

@ -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;