bumping spirv interpreter
Test / build_and_test (push) Successful in 29s
Build / build (push) Successful in 2m0s

This commit is contained in:
2026-06-11 22:51:46 +02:00
parent ffc212de7d
commit ab0bca0d82
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -26,8 +26,8 @@
.hash = "N-V-__8AAF9uOh0I4P_99za7N822J3JwsDaqONrFVrcEQo59", .hash = "N-V-__8AAF9uOh0I4P_99za7N822J3JwsDaqONrFVrcEQo59",
}, },
.SPIRV_Interpreter = .{ .SPIRV_Interpreter = .{
.url = "git+https://git.kbz8.me/kbz_8/SPIRV-Interpreter#75099f7e1d74cd04eea3ebf93c1c3e488e3cf740", .url = "git+https://git.kbz8.me/kbz_8/SPIRV-Interpreter#089a33981c449220fd74287560347e72e5ce53fa",
.hash = "SPIRV_Interpreter-0.0.1-ajmpnzLyBgBc7yh8iu2pSNAL-3B35FE8VYDA1PmklZJW", .hash = "SPIRV_Interpreter-0.0.1-ajmpn8hBBwCp53qmU9TiIKGybBRsx-edOSeE44gnNgQR",
.lazy = true, .lazy = true,
}, },
//.SPIRV_Interpreter = .{ //.SPIRV_Interpreter = .{
+1 -1
View File
@@ -181,7 +181,7 @@ fn readFragmentOutput(
); );
source_offset += copy_size; source_offset += copy_size;
target_location += 1; target_location += 1;
target_offset = offset; target_offset = 0;
} }
if (source_offset != memory_size) if (source_offset != memory_size)