summaryrefslogtreecommitdiffstats
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.expected27
1 files changed, 27 insertions, 0 deletions
diff --git a/tests/reflection/image-types.glsl.expected b/tests/reflection/image-types.glsl.expected
new file mode 100644
index 000000000..19d28f329
--- /dev/null
+++ b/tests/reflection/image-types.glsl.expected
@@ -0,0 +1,27 @@
+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"
+ }
+ }
+ ]
+}
+}