Part of the Khronos Group
OpenGL.org

The Industry's Foundation for High Performance Graphics

from games to virtual reality, mobile phones to supercomputers

Page 2 of 2 FirstFirst 12
Results 11 to 14 of 14

Thread: GL_EXT_transform_feedback problem

  1. #11
    Intern Contributor
    Join Date
    Nov 2009
    Location
    Ukraine
    Posts
    81

    Re: GL_EXT_transform_feedback problem

    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

  2. #12
    Advanced Member Frequent Contributor
    Join Date
    Mar 2009
    Location
    Singapore
    Posts
    802

    Re: GL_EXT_transform_feedback problem

    Quote Originally Posted by YarUnderoaker
    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.
    Regards,
    Mobeen

  3. #13
    Senior Member OpenGL Guru
    Join Date
    May 2009
    Posts
    4,792

    Re: GL_EXT_transform_feedback problem

    OK I can use the GL_EXT_transform_feedback2 infact it makes handling of buffers much more clean.
    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.

    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.

  4. #14
    Advanced Member Frequent Contributor
    Join Date
    Mar 2009
    Location
    Singapore
    Posts
    802

    Re: GL_EXT_transform_feedback problem

    Quote Originally Posted by Alfonse Reinheart
    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.
    Regards,
    Mobeen

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •