Module: vkd3d
Branch: master
Commit: bb2a79a8fb25bb737e23aa8bd4f92abdd656223f
URL: https://gitlab.winehq.org/wine/vkd3d/-/commit/bb2a79a8fb25bb737e23aa8bd4f92…
Author: Conor McCarthy <cmccarthy(a)codeweavers.com>
Date: Sun Apr 21 14:19:33 2024 +1000
tests/d3d12: Do not test a typed UAV in test_atomic_instructions().
A shader typed UAV declaration must not map to a root descriptor UAV. We
now have shader runner tests for typed UAV atomics, so there is no need
to modify this test to use a descriptor heap.
---
tests/d3d12.c | 136 +++++++++++++++++++---------------------------------------
1 file changed, 45 insertions(+), 91 deletions(-)