summaryrefslogtreecommitdiff
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.expected39
1 files changed, 0 insertions, 39 deletions
diff --git a/tests/reflection/thread-group-size.comp.expected b/tests/reflection/thread-group-size.comp.expected
deleted file mode 100644
index facd52cc0..000000000
--- a/tests/reflection/thread-group-size.comp.expected
+++ /dev/null
@@ -1,39 +0,0 @@
-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"
- }
- }
- }
- ]
- }
- }
- }
- ],
- "entryPoints": [
- {
- "name": "main",
- "stage:": "compute",
- "threadGroupSize": [3, 5, 7]
- }
- ]
-}
-}