Ups, sorry for my curves hands.
I mean GL_EXT_transform_feedback is True
starting from NVIDIA GeForce2 MX, ATI Radeon X600 and Intel GMA
Ups, sorry for my curves hands.
I mean GL_EXT_transform_feedback is True
starting from NVIDIA GeForce2 MX, ATI Radeon X600 and Intel GMA
Yeah i know but on my Quadro FX 5800 it is not exposed.Originally Posted by YarUnderoaker
Regards,
Mobeen
I would be leery of using any extension that is not registered in the registry. It won't be in your extension headers, most extension loaders will not recognize it, and therefore it will be harder to work with.OK I can use the GL_EXT_transform_feedback2 infact it makes handling of buffers much more clean.
Besides, a quick comparison of the two extension text files show that they're functionally identical. So its more likely that the EXT version was a pre-release made before the ARB version. So prefer the ARB version, which is the actual extension, over the EXT version.
Yeah I m using the ARB_TF2. its a typo in the previous post.Originally Posted by Alfonse Reinheart
Regards,
Mobeen