gpu: remove usingnamespace for callbacks.zig and types.zig (#798)
This commit is contained in:
parent
958664bb0b
commit
fef0299886
27 changed files with 965 additions and 987 deletions
|
|
@ -1,4 +1,4 @@
|
|||
const ChainedStruct = @import("types.zig").ChainedStruct;
|
||||
const ChainedStruct = @import("main.zig").ChainedStruct;
|
||||
const BindGroupLayout = @import("bind_group_layout.zig").BindGroupLayout;
|
||||
const Impl = @import("interface.zig").Impl;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue