gpu: move callbacks to separate file

Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
This commit is contained in:
Stephen Gutekanst 2022-07-29 23:37:11 -07:00 committed by Stephen Gutekanst
parent 2e445affe2
commit e6f3d3c2f0
7 changed files with 65 additions and 51 deletions

View file

@ -1,5 +1,5 @@
const ChainedStruct = @import("types.zig").ChainedStruct;
const CompilationInfoCallback = @import("types.zig").CompilationInfoCallback;
const CompilationInfoCallback = @import("callbacks.zig").CompilationInfoCallback;
const Impl = @import("interface.zig").Impl;
pub const ShaderModule = opaque {