aboutsummaryrefslogtreecommitdiff
path: root/Test/baseResults/spv.glFragColor.frag.out
diff options
context:
space:
mode:
authorJohn Kessenich <cepheus@frii.com>2016-07-07 17:46:42 -0600
committerJohn Kessenich <cepheus@frii.com>2016-07-07 19:27:15 -0600
commit91e4aa5900346241fceb7d7230d0dd47b1496e84 (patch)
treefe20d76cfa335ff527a31f71f655d6a9ace864f7 /Test/baseResults/spv.glFragColor.frag.out
parent2d0cc786f3f830e898df863ce5092945f31e62f8 (diff)
downloadglslang-91e4aa5900346241fceb7d7230d0dd47b1496e84.tar.gz
SPV: Further refine OpenGL vs. Vulkan differences for SPIR-V.
Includes adding test cases to verify the differences.
Diffstat (limited to 'Test/baseResults/spv.glFragColor.frag.out')
-rwxr-xr-xTest/baseResults/spv.glFragColor.frag.out30
1 files changed, 30 insertions, 0 deletions
diff --git a/Test/baseResults/spv.glFragColor.frag.out b/Test/baseResults/spv.glFragColor.frag.out
new file mode 100755
index 00000000..df825a09
--- /dev/null
+++ b/Test/baseResults/spv.glFragColor.frag.out
@@ -0,0 +1,30 @@
+spv.glFragColor.frag
+
+Linked fragment stage:
+
+
+// Module Version 10000
+// Generated by (magic number): 80001
+// Id's are bound by 12
+
+ Capability Shader
+ 1: ExtInstImport "GLSL.std.450"
+ MemoryModel Logical GLSL450
+ EntryPoint Fragment 4 "main" 9
+ ExecutionMode 4 OriginLowerLeft
+ Source GLSL 330
+ Name 4 "main"
+ Name 9 "gl_FragColor"
+ 2: TypeVoid
+ 3: TypeFunction 2
+ 6: TypeFloat 32
+ 7: TypeVector 6(float) 4
+ 8: TypePointer Output 7(fvec4)
+ 9(gl_FragColor): 8(ptr) Variable Output
+ 10: 6(float) Constant 1065353216
+ 11: 7(fvec4) ConstantComposite 10 10 10 10
+ 4(main): 2 Function None 3
+ 5: Label
+ Store 9(gl_FragColor) 11
+ Return
+ FunctionEnd