[Piglit] [PATCH] arb_tessellation_shader: Add tests covering handling of unsized arrays

Chris Forbes chrisf at ijw.co.nz
Tue Aug 26 11:27:19 PDT 2014


On Wed, Aug 27, 2014 at 12:16 AM, Ilia Mirkin <imirkin at alum.mit.edu> 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


More information about the Piglit mailing list