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/vertex-input-semantics.hlsl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/reflection/vertex-input-semantics.hlsl') diff --git a/tests/reflection/vertex-input-semantics.hlsl b/tests/reflection/vertex-input-semantics.hlsl index 87a8431bc..356746bed 100644 --- a/tests/reflection/vertex-input-semantics.hlsl +++ b/tests/reflection/vertex-input-semantics.hlsl @@ -1,4 +1,4 @@ -//TEST:REFLECTION:-profile vs_4_0 -target hlsl +//TEST:REFLECTION:-profile vs_4_0 -target hlsl -no-codegen // Confirm that we can generate reflection info for // vertex shader input parameters, including those -- cgit v1.2.3