adding descriptor sets injections to graphics stages
Test / build_and_test (push) Successful in 45s
Build / build (push) Successful in 1m18s

This commit is contained in:
2026-05-15 00:58:58 +02:00
parent d460f22a45
commit 134925a16e
9 changed files with 75 additions and 28 deletions
+2
View File
@@ -90,6 +90,8 @@ inline fn run(data: RunData) !void {
};
try rt.readOutput(output.outputs[location].?.blob, result_word);
}
try rt.flushDescriptorSets(data.allocator);
}
}