gpu: begin Dawn gpu.Interface implementation

Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
This commit is contained in:
Stephen Gutekanst 2022-07-30 14:46:02 -07:00 committed by Stephen Gutekanst
parent 75a09c7828
commit e702ee4911
4 changed files with 1285 additions and 0 deletions

View file

@ -1,5 +1,6 @@
const ChainedStruct = @import("types.zig").ChainedStruct;
const Texture = @import("texture.zig").Texture;
pub const Interface = @import("dawn_impl.zig").Interface;
pub const CacheDeviceDescriptor = extern struct {
chain: ChainedStruct,