| author | |
| committer | |
| log | b5301558aecdb1939c203681bf67224260ac6427 |
| tree | 6f8a5307fca08900938193bc7c9e29a6a30cb078 |
| parent | 7682ced08ea44d7535031d2c6075dc7ca28722a6 |
| signature |
We are not using Private variables. This needs to be cleaned up a bit
more, this will happen with the general address space improvements.1 files changed, 1 insertions(+), 1 deletions(-)
src/codegen/spirv.zig+1-1| ... | ... | @@ -1882,7 +1882,7 @@ const NavGen = struct { |
| 1882 | 1882 | else => unreachable, |
| 1883 | 1883 | }, |
| 1884 | 1884 | .shared => .Workgroup, |
| 1885 | .local => .Private, | |
| 1885 | .local => .Function, | |
| 1886 | 1886 | .global => switch (target.os.tag) { |
| 1887 | 1887 | .opencl => .CrossWorkgroup, |
| 1888 | 1888 | .vulkan => .PhysicalStorageBuffer, |