Skip to content

Always declare UAV images as typed if atomic ops occur.

Atomic ops on images with Unknown type will cause SPIR-V validation failure, and assertion failure in Mesa debug builds. D3D12 allows atomics on typed buffers, and this requires a distinction to be made between UAV reads and atomic ops.

Merge request reports

Loading