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,5 +1,5 @@
|
|||
const ChainedStruct = @import("types.zig").ChainedStruct;
|
||||
const PresentMode = @import("types.zig").PresentMode;
|
||||
const ChainedStruct = @import("main.zig").ChainedStruct;
|
||||
const PresentMode = @import("main.zig").PresentMode;
|
||||
const Texture = @import("texture.zig").Texture;
|
||||
const TextureView = @import("texture_view.zig").TextureView;
|
||||
const Impl = @import("interface.zig").Impl;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue