gpu: add dawn.CacheDeviceDescriptor

Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
This commit is contained in:
Stephen Gutekanst 2022-07-15 23:20:08 -07:00 committed by Stephen Gutekanst
parent 2877121147
commit 5094ad2e72
3 changed files with 11 additions and 5 deletions

View file

@ -1,8 +1,3 @@
typedef struct WGPUDawnCacheDeviceDescriptor {
WGPUChainedStruct chain;
char const * isolationKey;
} WGPUDawnCacheDeviceDescriptor;
typedef struct WGPUDawnEncoderInternalUsageDescriptor {
WGPUChainedStruct chain;
use_internal_usages: bool,