fixing unstaged code
This commit is contained in:
@@ -32,7 +32,6 @@ pub const FlintQueryPool = @import("FlintQueryPool.zig");
|
|||||||
pub const FlintRenderPass = @import("FlintRenderPass.zig");
|
pub const FlintRenderPass = @import("FlintRenderPass.zig");
|
||||||
pub const FlintSampler = @import("FlintSampler.zig");
|
pub const FlintSampler = @import("FlintSampler.zig");
|
||||||
pub const FlintShaderModule = @import("FlintShaderModule.zig");
|
pub const FlintShaderModule = @import("FlintShaderModule.zig");
|
||||||
pub const compiler = @import("compiler/root.zig");
|
|
||||||
|
|
||||||
pub const Instance = FlintInstance;
|
pub const Instance = FlintInstance;
|
||||||
|
|
||||||
@@ -90,7 +89,6 @@ test {
|
|||||||
std.testing.refAllDecls(FlintRenderPass);
|
std.testing.refAllDecls(FlintRenderPass);
|
||||||
std.testing.refAllDecls(FlintSampler);
|
std.testing.refAllDecls(FlintSampler);
|
||||||
std.testing.refAllDecls(FlintShaderModule);
|
std.testing.refAllDecls(FlintShaderModule);
|
||||||
std.testing.refAllDecls(compiler);
|
|
||||||
std.testing.refAllDecls(kmd);
|
std.testing.refAllDecls(kmd);
|
||||||
std.testing.refAllDecls(base);
|
std.testing.refAllDecls(base);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user