On Tue, Aug 6, 2013 at 12:11 PM, Paul Berry <[email protected]> wrote: > Based on what we've seen with AMD and nVidia so far, it seems like the > intended behaviour is probably: redeclarations of interface blocks are > prohibited, with the exception of gl_PerVertex (which may only be redeclared > once in a given compilation unit).
Which means disallowing user-defined unsized arrays in interface blocks (other than gl_PerVertex)? Seems fine, just confirming. _______________________________________________ mesa-dev mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/mesa-dev
