gpu: add dawn.TextureInternalUsageDescriptor

Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
This commit is contained in:
Stephen Gutekanst 2022-07-15 23:44:29 -07:00 committed by Stephen Gutekanst
parent 3309a2c913
commit 7a9a2b1fb7
2 changed files with 7 additions and 5 deletions

View file

@ -1,8 +1,3 @@
typedef struct WGPUDawnTextureInternalUsageDescriptor {
WGPUChainedStruct chain;
WGPUTextureUsageFlags internalUsage;
} WGPUDawnTextureInternalUsageDescriptor;
typedef struct WGPUDawnTogglesDeviceDescriptor {
WGPUChainedStruct chain;
uint32_t forceEnabledTogglesCount;