summaryrefslogtreecommitdiff
path: root/tests/reflection/gh-55.glsl.expected
diff options
context:
space:
mode:
Diffstat (limited to 'tests/reflection/gh-55.glsl.expected')
-rw-r--r--tests/reflection/gh-55.glsl.expected45
1 files changed, 45 insertions, 0 deletions
diff --git a/tests/reflection/gh-55.glsl.expected b/tests/reflection/gh-55.glsl.expected
new file mode 100644
index 000000000..8cdebdcd8
--- /dev/null
+++ b/tests/reflection/gh-55.glsl.expected
@@ -0,0 +1,45 @@
+result code = 0
+standard error = {
+}
+standard output = {
+{
+ "parameters": [
+ {
+ "name": "PerFrameCB",
+ "binding": {"kind": "descriptorTableSlot", "index": 0},
+ "type": {
+ "kind": "constantBuffer",
+ "elementType": {
+ "kind": "struct",
+ "fields": [
+ {
+ "name": "offset",
+ "type": {
+ "kind": "vector",
+ "elementCount": 2,
+ "elementType": {
+ "kind": "scalar",
+ "scalarType": "float32"
+ }
+ },
+ "binding": {"kind": "uniform", "offset": 0, "size": 8}
+ },
+ {
+ "name": "scale",
+ "type": {
+ "kind": "vector",
+ "elementCount": 2,
+ "elementType": {
+ "kind": "scalar",
+ "scalarType": "float32"
+ }
+ },
+ "binding": {"kind": "uniform", "offset": 8, "size": 8}
+ }
+ ]
+ }
+ }
+ }
+ ]
+}
+}