Fix CTS transform feedback tests
- A large part of the failing cases was caused by an invalid value for
gl_VertexId
when using indexed draws. - Geometry Shader tests were failing because
gl_Position
was not lowered.
Due to an influx of spam, we have had to impose restrictions on new accounts. Please see this wiki page for instructions on how to get full permissions. Sorry for the inconvenience.
gl_VertexId
when using indexed draws.gl_Position
was not lowered.