mirror of
https://github.com/ziglang/zig.git
synced 2024-11-13 23:52:57 +00:00
spirv: make default generic address space for vulkan Function
We are not using Private variables. This needs to be cleaned up a bit more, this will happen with the general address space improvements.
This commit is contained in:
parent
7682ced08e
commit
b5301558ae
@ -1882,7 +1882,7 @@ const NavGen = struct {
|
||||
else => unreachable,
|
||||
},
|
||||
.shared => .Workgroup,
|
||||
.local => .Private,
|
||||
.local => .Function,
|
||||
.global => switch (target.os.tag) {
|
||||
.opencl => .CrossWorkgroup,
|
||||
.vulkan => .PhysicalStorageBuffer,
|
||||
|
Loading…
Reference in New Issue
Block a user