gpu: add CompilationInfo
Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
This commit is contained in:
parent
3393813ebc
commit
bf3cf08e1e
3 changed files with 6 additions and 6 deletions
|
|
@ -204,12 +204,6 @@ typedef struct WGPUCopyTextureForBrowserOptions {
|
|||
WGPUAlphaMode dstAlphaMode;
|
||||
} WGPUCopyTextureForBrowserOptions;
|
||||
|
||||
typedef struct WGPUCompilationInfo {
|
||||
WGPUChainedStruct const * nextInChain;
|
||||
uint32_t messageCount;
|
||||
WGPUCompilationMessage const * messages;
|
||||
} WGPUCompilationInfo;
|
||||
|
||||
typedef struct WGPUDepthStencilState {
|
||||
WGPUChainedStruct const * nextInChain;
|
||||
WGPUTextureFormat format;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue