adding face culling, better varying management and more primitive topologies
Build / build (push) Successful in 2m35s
Test / build_and_test (push) Failing after 2m38s

This commit is contained in:
2026-04-27 23:52:00 +02:00
parent 02bb54b841
commit d38cbfac9b
4 changed files with 106 additions and 31 deletions
+1 -3
View File
@@ -48,9 +48,7 @@ inline fn run(data: RunData) !void {
SpvRuntimeError.NotFound => continue,
else => return err,
};
if (result_word != 0) {
try rt.writeInput(fragment.inputs[location], result_word);
}
try rt.writeInput(fragment.inputs[location], result_word);
}
rt.callEntryPoint(allocator, entry) catch |err| switch (err) {