gpu: update CacheDeviceDescriptor defaults/optionality

Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
This commit is contained in:
Stephen Gutekanst 2022-07-26 23:28:12 -07:00 committed by Stephen Gutekanst
parent 64f659a23a
commit 71e371918e

View file

@ -4,7 +4,7 @@ const TextureUsageFlags = @import("texture.zig").TextureUsageFlags;
pub const CacheDeviceDescriptor = extern struct {
chain: ChainedStruct,
isolation_key: [*:0]const u8,
isolation_key: [*:0]const u8 = "",
};
pub const EncoderInternalUsageDescriptor = extern struct {