diff options
Diffstat (limited to 'tests/reflection/buffer-layout.slang')
| -rw-r--r-- | tests/reflection/buffer-layout.slang | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/reflection/buffer-layout.slang b/tests/reflection/buffer-layout.slang index 51b9680d1..b2cc3f724 100644 --- a/tests/reflection/buffer-layout.slang +++ b/tests/reflection/buffer-layout.slang @@ -4,8 +4,8 @@ // to confirm that our reflection logic correctly reports the offsets // that the compute test sees in practice. -//TEST:REFLECTION:-stage compute -entry main -target hlsl -//TEST:REFLECTION:-stage compute -entry main -target spirv +//TEST:REFLECTION:-stage compute -entry main -target hlsl -no-codegen +//TEST:REFLECTION:-stage compute -entry main -target spirv -no-codegen struct A { |
