From 69cb6e8f300d77e74bd2c7dfe15d12e10b38f512 Mon Sep 17 00:00:00 2001 From: Alexey Panteleev Date: Wed, 18 May 2022 10:57:37 -0700 Subject: Support for querying which parameters are used in emitted code (#2239) See https://github.com/shader-slang/slang/issues/2213 --- tests/reflection/matrix-layout.slang | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tests/reflection/matrix-layout.slang') diff --git a/tests/reflection/matrix-layout.slang b/tests/reflection/matrix-layout.slang index a0c1cdff1..2f0fe6a41 100644 --- a/tests/reflection/matrix-layout.slang +++ b/tests/reflection/matrix-layout.slang @@ -1,5 +1,5 @@ -//TEST:REFLECTION:-profile ps_4_0 -target hlsl -//TEST:REFLECTION:-profile ps_4_0 -target hlsl -matrix-layout-row-major +//TEST:REFLECTION:-profile ps_4_0 -target hlsl -no-codegen +//TEST:REFLECTION:-profile ps_4_0 -target hlsl -no-codegen -matrix-layout-row-major // Test that we apply matrix layout rules correctly. -- cgit v1.2.3