[IR/Flint] adding shared SPIR-V IR and Gen9 vertex lowering
Mirror Gitea refs to GitHub / mirror (push) Successful in 15s
Test / build_and_test (push) Successful in 3m26s
Build / build (push) Successful in 4m53s

This commit is contained in:
2026-08-05 17:20:49 +02:00
parent 85ae10d69a
commit 937b84cbc3
19 changed files with 1672 additions and 250 deletions
+1
View File
@@ -161,6 +161,7 @@ pub const ExecutionMode = enum(u32) {
};
pub const Decoration = enum(u32) {
spec_id = 1,
built_in = 11,
location = 30,
component = 31,