Module: vkd3d Branch: master Commit: fc652d2b27d39f8e63c073682763f51619f5fcb2 URL: https://gitlab.winehq.org/wine/vkd3d/-/commit/fc652d2b27d39f8e63c073682763f5...
Author: Conor McCarthy cmccarthy@codeweavers.com Date: Fri Nov 18 13:43:30 2022 +1000
tests: Test a typed UAV buffer in test_atomic_instructions().
Until vkd3d-shader is patched, an atomic op on a typed buffer where StorageImageReadWithoutFormat is available will cause SPIR-V validation failure, and assertion in Mesa debug builds, because the image will be declared with Unknown format.
---
tests/d3d12.c | 129 ++++++++++++++++++++++++++++++++++++++-------------------- 1 file changed, 85 insertions(+), 44 deletions(-)