summaryrefslogtreecommitdiffstats
path: root/tests/bugs/vk-structured-buffer-binding.hlsl
diff options
context:
space:
mode:
Diffstat (limited to 'tests/bugs/vk-structured-buffer-binding.hlsl')
-rw-r--r--tests/bugs/vk-structured-buffer-binding.hlsl3
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/bugs/vk-structured-buffer-binding.hlsl b/tests/bugs/vk-structured-buffer-binding.hlsl
index cdfeb19ab..3ef1bcc8c 100644
--- a/tests/bugs/vk-structured-buffer-binding.hlsl
+++ b/tests/bugs/vk-structured-buffer-binding.hlsl
@@ -1,5 +1,4 @@
-//TEST:SIMPLE: -profile ps_4_0 -entry main -target glsl
-///////TEST:REFLECTION:-profile ps_4_0 -target spirv
+//TEST:CROSS_COMPILE:-profile ps_4_0 -entry main -target spirv-assembly
[[vk::binding(3, 4)]]
RWStructuredBuffer<uint> gDoneGroups : register(u3);