diff options
Diffstat (limited to 'tests/reflection/attribute.slang.expected')
| -rw-r--r-- | tests/reflection/attribute.slang.expected | 10 |
1 files changed, 9 insertions, 1 deletions
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 + ] + } + ] } ] } |
