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/attribute.slang | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/reflection/attribute.slang') diff --git a/tests/reflection/attribute.slang b/tests/reflection/attribute.slang index 687148add..41179fcf5 100644 --- a/tests/reflection/attribute.slang +++ b/tests/reflection/attribute.slang @@ -2,7 +2,7 @@ // Tests reflection of user defined attributes. -//TEST:REFLECTION:-stage compute -entry main -target hlsl +//TEST:REFLECTION:-stage compute -entry main -target hlsl -no-codegen [__AttributeUsage(_AttributeTargets.Struct)] struct MyStructAttribute -- cgit v1.2.3