From ab0bca0d82d134299985bce14fca9a3da2b2d3a4 Mon Sep 17 00:00:00 2001 From: Kbz-8 Date: Thu, 11 Jun 2026 22:51:46 +0200 Subject: [PATCH] bumping spirv interpreter --- build.zig.zon | 4 ++-- src/soft/device/fragment.zig | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/build.zig.zon b/build.zig.zon index 202d023..22e411b 100644 --- a/build.zig.zon +++ b/build.zig.zon @@ -26,8 +26,8 @@ .hash = "N-V-__8AAF9uOh0I4P_99za7N822J3JwsDaqONrFVrcEQo59", }, .SPIRV_Interpreter = .{ - .url = "git+https://git.kbz8.me/kbz_8/SPIRV-Interpreter#75099f7e1d74cd04eea3ebf93c1c3e488e3cf740", - .hash = "SPIRV_Interpreter-0.0.1-ajmpnzLyBgBc7yh8iu2pSNAL-3B35FE8VYDA1PmklZJW", + .url = "git+https://git.kbz8.me/kbz_8/SPIRV-Interpreter#089a33981c449220fd74287560347e72e5ce53fa", + .hash = "SPIRV_Interpreter-0.0.1-ajmpn8hBBwCp53qmU9TiIKGybBRsx-edOSeE44gnNgQR", .lazy = true, }, //.SPIRV_Interpreter = .{ diff --git a/src/soft/device/fragment.zig b/src/soft/device/fragment.zig index 23b2d8b..303b7c4 100644 --- a/src/soft/device/fragment.zig +++ b/src/soft/device/fragment.zig @@ -181,7 +181,7 @@ fn readFragmentOutput( ); source_offset += copy_size; target_location += 1; - target_offset = offset; + target_offset = 0; } if (source_offset != memory_size)