On Wed, Aug 27, 2014 at 12:16 AM, Ilia Mirkin <[email protected]> wrote: >> +/* Must not use gl_out.length() before it is established by the layout >> declaration */ >> + >> +int test[gl_out.length()]; >> + >> +out (vertices = 3); > > I guess you meant > > layout (vertices = 3) out;
Yes -- not quite sure how that happened :(, fixed. Thanks for the review, pushed. -- Chris _______________________________________________ Piglit mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/piglit
