spirv: Memory accesses with PhysicalStorageBuffer
must use Aligned
#23212
Labels
arch-spirv
Khronos Group SPIR-V
backend-self-hosted
bug
Observed behavior contradicts documented or intended behavior
Milestone
Zig Version
0.15.0-dev.34+8e0a4ca4b
Steps to Reproduce and Observed Behavior
sample code:
compile with:
running
spirv-val test.spv
returns:Expected Behavior
alignment should be specified when loading from a
PhysicalStorageBuffer
pointer. the expected behaviour is that the validator shouldn't complain about anything.The text was updated successfully, but these errors were encountered: