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
|
|
@ -3,8 +3,8 @@ const Buffer = @import("buffer.zig").Buffer;
|
|||
const BindGroup = @import("bind_group.zig").BindGroup;
|
||||
const RenderPipeline = @import("render_pipeline.zig").RenderPipeline;
|
||||
const RenderBundle = @import("render_bundle.zig").RenderBundle;
|
||||
const ChainedStruct = @import("types.zig").ChainedStruct;
|
||||
const IndexFormat = @import("types.zig").IndexFormat;
|
||||
const ChainedStruct = @import("main.zig").ChainedStruct;
|
||||
const IndexFormat = @import("main.zig").IndexFormat;
|
||||
const Impl = @import("interface.zig").Impl;
|
||||
|
||||
pub const RenderBundleEncoder = opaque {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue