working on example and adding opcodes
Build / build (push) Successful in 2m6s
Test / build (push) Successful in 6m5s

This commit is contained in:
2026-01-23 02:09:30 +01:00
parent bb866f1312
commit 27172539e5
13 changed files with 736 additions and 266 deletions
+2
View File
@@ -2391,3 +2391,5 @@ pub const SpvOp = enum(u32) {
ConvertHandleToSampledImageINTEL = 6531,
Max = 0x7fffffff,
};
pub const SpvOpMaxValue: comptime_int = @intFromEnum(SpvOp.ConvertHandleToSampledImageINTEL);