fixing unstaged code
Test / build_and_test (push) Successful in 2m17s
Build / build (push) Successful in 3m28s

This commit is contained in:
2026-07-23 22:28:18 +02:00
parent 9a2cd20019
commit 7803ed56a6
-2
View File
@@ -32,7 +32,6 @@ pub const FlintQueryPool = @import("FlintQueryPool.zig");
pub const FlintRenderPass = @import("FlintRenderPass.zig");
pub const FlintSampler = @import("FlintSampler.zig");
pub const FlintShaderModule = @import("FlintShaderModule.zig");
pub const compiler = @import("compiler/root.zig");
pub const Instance = FlintInstance;
@@ -90,7 +89,6 @@ test {
std.testing.refAllDecls(FlintRenderPass);
std.testing.refAllDecls(FlintSampler);
std.testing.refAllDecls(FlintShaderModule);
std.testing.refAllDecls(compiler);
std.testing.refAllDecls(kmd);
std.testing.refAllDecls(base);
}