summaryrefslogtreecommitdiffstats
path: root/tests/reflection/attribute.slang.expected
diff options
context:
space:
mode:
authorDavid A Roberts <d@vidr.cc>2025-02-19 18:04:03 +1000
committerGitHub <noreply@github.com>2025-02-19 00:04:03 -0800
commit7315b33cf8dbf7759b05ff47612478b71238fa19 (patch)
tree1bda5df82197c6f49bf2f9f8950fbac498e27d1f /tests/reflection/attribute.slang.expected
parente9a63b2b3822bbc533130ead0ab8ee03b4a4250a (diff)
Add userAttribs to entryPoints in reflection JSON (#6366)
Diffstat (limited to 'tests/reflection/attribute.slang.expected')
-rw-r--r--tests/reflection/attribute.slang.expected10
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
+ ]
+ }
+ ]
}
]
}