summaryrefslogtreecommitdiffstats
path: root/tests/reflection/thread-group-size.comp.expected
diff options
context:
space:
mode:
Diffstat (limited to 'tests/reflection/thread-group-size.comp.expected')
-rw-r--r--tests/reflection/thread-group-size.comp.expected42
1 files changed, 42 insertions, 0 deletions
diff --git a/tests/reflection/thread-group-size.comp.expected b/tests/reflection/thread-group-size.comp.expected
new file mode 100644
index 000000000..ea7e97851
--- /dev/null
+++ b/tests/reflection/thread-group-size.comp.expected
@@ -0,0 +1,42 @@
+result code = 0
+standard error = {
+}
+standard output = {
+{
+ "parameters": [
+ {
+ "name": "B",
+ "binding": {"kind": "descriptorTableSlot", "index": 0},
+ "type": {
+ "kind": "shaderStorageBuffer",
+ "elementType": {
+ "kind": "struct",
+ "fields": [
+ {
+ "name": "b",
+ "type": {
+ "kind": "array",
+ "elementCount": 0,
+ "elementType": {
+ "kind": "scalar",
+ "scalarType": "float32"
+ }
+ },
+ "bindings": [
+
+ ]
+ }
+ ]
+ }
+ }
+ }
+ ],
+ "entryPoints": [
+ {
+ "name": "main",
+ "stage:": "compute",
+ "threadGroupSize": [3, 5, 7]
+ }
+ ]
+}
+}