summaryrefslogtreecommitdiff
path: root/tests/reflection/image-types.glsl.expected
diff options
context:
space:
mode:
Diffstat (limited to 'tests/reflection/image-types.glsl.expected')
-rw-r--r--tests/reflection/image-types.glsl.expected33
1 files changed, 0 insertions, 33 deletions
diff --git a/tests/reflection/image-types.glsl.expected b/tests/reflection/image-types.glsl.expected
deleted file mode 100644
index dfe477287..000000000
--- a/tests/reflection/image-types.glsl.expected
+++ /dev/null
@@ -1,33 +0,0 @@
-result code = 0
-standard error = {
-}
-standard output = {
-{
- "parameters": [
- {
- "name": "iBuffer",
- "binding": {"kind": "descriptorTableSlot", "index": 0},
- "type": {
- "kind": "resource",
- "baseShape": "textureBuffer",
- "access": "readWrite"
- }
- },
- {
- "name": "i2D",
- "binding": {"kind": "descriptorTableSlot", "index": 1},
- "type": {
- "kind": "resource",
- "baseShape": "texture2D",
- "access": "readWrite"
- }
- }
- ],
- "entryPoints": [
- {
- "name": "main",
- "stage:": "fragment"
- }
- ]
-}
-}