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,6 +1,6 @@
|
|||
const ChainedStruct = @import("types.zig").ChainedStruct;
|
||||
const ChainedStructOut = @import("types.zig").ChainedStructOut;
|
||||
const PowerPreference = @import("types.zig").PowerPreference;
|
||||
const ChainedStruct = @import("main.zig").ChainedStruct;
|
||||
const ChainedStructOut = @import("main.zig").ChainedStructOut;
|
||||
const PowerPreference = @import("main.zig").PowerPreference;
|
||||
const Texture = @import("texture.zig").Texture;
|
||||
pub const Interface = @import("dawn_impl.zig").Interface;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue