Missing test results from last check in.
authorJohn Kessenich <cepheus@frii.com>
Wed, 8 Oct 2014 21:57:17 +0000 (21:57 +0000)
committerJohn Kessenich <cepheus@frii.com>
Wed, 8 Oct 2014 21:57:17 +0000 (21:57 +0000)
git-svn-id: https://cvs.khronos.org/svn/repos/ogl/trunk/ecosystem/public/sdk/tools/glslang@28506 e7fa87d3-cd2b-0410-9028-fcbf551c1848

Test/400.tesc
Test/400.tese

index 0671d3b..46e408f 100644 (file)
@@ -69,3 +69,7 @@ void foop()
     pv3 = fma(pv3, pv3, pv3);\r
     d = fma(d, d, d);\r
 }\r
+\r
+patch out pinbn {\r
+    int a;\r
+} pinbi;\r
index 3e913e8..408d291 100644 (file)
@@ -99,3 +99,7 @@ layout(location = 23) out vec4 ovla[2];
 layout(location = 24) out vec4 ovlb[2];  // ERROR\r
 \r
 in float gl_TessLevelOuter[4];           // ERROR\r
+\r
+patch in pinbn {\r
+    int a;\r
+} pinbi;\r