gpu: add dawn.CacheDeviceDescriptor
Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
This commit is contained in:
parent
2877121147
commit
5094ad2e72
3 changed files with 11 additions and 5 deletions
7
gpu/src/dawn.zig
Normal file
7
gpu/src/dawn.zig
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
const ChainedStruct = @import("types.zig").ChainedStruct;
|
||||
|
||||
pub const CacheDeviceDescriptor = struct {
|
||||
// TODO: file an issue on Dawn: why not named nextInChain?
|
||||
chain: ChainedStruct,
|
||||
isolation_key: [*:0]const u8,
|
||||
};
|
||||
Loading…
Add table
Add a link
Reference in a new issue