From 7315b33cf8dbf7759b05ff47612478b71238fa19 Mon Sep 17 00:00:00 2001 From: David A Roberts Date: Wed, 19 Feb 2025 18:04:03 +1000 Subject: Add userAttribs to entryPoints in reflection JSON (#6366) --- tests/reflection/attribute.slang.expected | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to 'tests/reflection/attribute.slang.expected') diff --git a/tests/reflection/attribute.slang.expected b/tests/reflection/attribute.slang.expected index ee48b466c..978d43d43 100644 --- a/tests/reflection/attribute.slang.expected +++ b/tests/reflection/attribute.slang.expected @@ -310,7 +310,15 @@ standard output = { } } ], - "threadGroupSize": [1, 1, 1] + "threadGroupSize": [1, 1, 1], + "userAttribs": [{ + "name": "MyStruct", + "arguments": [ + 2, + 3.000000 + ] + } + ] } ] } -- cgit v1.2.3