Commit 71693381 by John Kessenich

Missing test results from last check in.

parent 98c14e01
......@@ -69,3 +69,7 @@ void foop()
pv3 = fma(pv3, pv3, pv3);
d = fma(d, d, d);
}
patch out pinbn {
int a;
} pinbi;
......@@ -99,3 +99,7 @@ layout(location = 23) out vec4 ovla[2];
layout(location = 24) out vec4 ovlb[2]; // ERROR
in float gl_TessLevelOuter[4]; // ERROR
patch in pinbn {
int a;
} pinbi;
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment