Part of the Khronos Group
OpenGL.org

The Industry's Foundation for High Performance Graphics

from games to virtual reality, mobile phones to supercomputers

Results 1 to 5 of 5

Thread: ARB_vertex_program and glext.h

  1. #1
    Intern Newbie
    Join Date
    Oct 2001
    Location
    Bucharest
    Posts
    40

    ARB_vertex_program and glext.h

    I’ve downloaded the last glext.h file and it seems that there is no support for ARB_vertex_program in it (or maybe it is but I don’t have the latest version?) Is there a way to get all the function types and defines for this extension from other source because I’m quite lazy to start coding myself from the spec? Thanks.

  2. #2
    Member Regular Contributor
    Join Date
    Jul 2002
    Location
    Austria
    Posts
    280

    Re: ARB_vertex_program and glext.h

    XEngine - The Platform- and API-Independent 3D Engine
    with Programmable Pipeline Support: [URL=http://xengine.sourceforge.net
    My]http://xengine.sourceforge.net

  3. #3
    Junior Member Regular Contributor
    Join Date
    Dec 2001
    Location
    London, England
    Posts
    163

    Re: ARB_vertex_program and glext.h

    Mesa comes with a later glext.h than is available at the extension registry. It contains the declarations you require.
    www.mesa3d.org

  4. #4
    Intern Newbie
    Join Date
    Feb 2001
    Location
    Marlboro, MA, USA
    Posts
    40

    Re: ARB_vertex_program and glext.h

    There are headers and a setup library for ARB_vertex_program and ARB_fragment_program here:
    http://www.ati.com/developer/sdk/rad...fo/Prog3D.html

  5. #5
    Advanced Member Frequent Contributor
    Join Date
    Jun 2001
    Location
    Denmark
    Posts
    748

    Re: ARB_vertex_program and glext.h

    Hi Dan,

    When will the specs to some of the new extensions be made available ? Especially some of the new 9700 extensions.

Posting Permissions

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