Hi all,
I am kind of confused on this extension. I can use the non ext function (glTransformFeedbackVaryings) without any problem however the extension function (glTransformFeedbackVaryingsEXT) is undefined. I double checked the extensions supported using GLview and it tells me that my platform supports
GL_EXT_transform_feedback2
GL_NV_transform_feedback
GL_NV_transform_feedback2
what is the difference between GL_EXT_transform_feedback2 and GL_EXT_transform_feedback? The latest glew headers only handle GL_EXT_transform_feedback is it some kind of a bug or am i missing anything?
I have the latest drivers for my NVIDIA Quadro FX 5800 card on WIndows 7 64 bit.



