gpu: update CacheDeviceDescriptor defaults/optionality
Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
This commit is contained in:
parent
64f659a23a
commit
71e371918e
1 changed files with 1 additions and 1 deletions
|
|
@ -4,7 +4,7 @@ const TextureUsageFlags = @import("texture.zig").TextureUsageFlags;
|
||||||
|
|
||||||
pub const CacheDeviceDescriptor = extern struct {
|
pub const CacheDeviceDescriptor = extern struct {
|
||||||
chain: ChainedStruct,
|
chain: ChainedStruct,
|
||||||
isolation_key: [*:0]const u8,
|
isolation_key: [*:0]const u8 = "",
|
||||||
};
|
};
|
||||||
|
|
||||||
pub const EncoderInternalUsageDescriptor = extern struct {
|
pub const EncoderInternalUsageDescriptor = extern struct {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue