Do not exceed GL_MAX_TRANSFORM_FEEDBACK_SEPARATE_ATTRIBS
authorIago Toral Quiroga <itoral@igalia.com>
Tue, 6 Jun 2017 06:53:47 +0000 (08:53 +0200)
committerAlexander Galazin <Alexander.Galazin@arm.com>
Fri, 9 Jun 2017 15:49:19 +0000 (11:49 -0400)
commit4004851b2d6955ce107189b49e5a50a3c3cd0f02
tree0480304f9265e2f567fe0af9aa635d2e6f586447
parent138e242429706345ee5972c55107873f68fdfa8a
Do not exceed GL_MAX_TRANSFORM_FEEDBACK_SEPARATE_ATTRIBS

The transform feedback tests query the limit but never actually used it
to clamp the number of attributes used with GL_SEPARATE_ATTRIBS.

Components: OpenGL
VK-GL-CTS issue: 469

Affects:
KHR-GL45.transform_feedback.get_xfb_varying

Change-Id: Ie0b89233024e2e10bacc1e9b2f9969c0da3a9e29
external/openglcts/modules/gl/gl3cTransformFeedbackTests.cpp