gpu: move callbacks to separate file
Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
This commit is contained in:
parent
2e445affe2
commit
e6f3d3c2f0
7 changed files with 65 additions and 51 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue