gpu: add dawn.InstanceDescriptor
Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
This commit is contained in:
parent
806acf08fe
commit
684fffb2fb
2 changed files with 7 additions and 6 deletions
|
|
@ -1,9 +1,3 @@
|
|||
typedef struct WGPUDawnInstanceDescriptor {
|
||||
WGPUChainedStruct chain;
|
||||
uint32_t additionalRuntimeSearchPathsCount;
|
||||
const char* const * additionalRuntimeSearchPaths;
|
||||
} WGPUDawnInstanceDescriptor;
|
||||
|
||||
typedef struct WGPUDawnTextureInternalUsageDescriptor {
|
||||
WGPUChainedStruct chain;
|
||||
WGPUTextureUsageFlags internalUsage;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue