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 4 of 4

Thread: OpenGL 2.0

  1. #1
    Junior Member Newbie
    Join Date
    Nov 2005
    Posts
    3

    OpenGL 2.0

    I've got the latest version of my videocard driver for OpenGL 2.0, but I haven't got the headers. I'm using VC 6.0++ with the <GL/gl.h> header version 1.1. Where can I download the new header for version 2.0?

  2. #2
    Senior Member OpenGL Pro
    Join Date
    Jul 2001
    Location
    France
    Posts
    1,749

    Re: OpenGL 2.0

    Try to check your vendor website.

  3. #3
    Junior Member Regular Contributor songho's Avatar
    Join Date
    May 2003
    Location
    Canada
    Posts
    247

    Re: OpenGL 2.0

    Feite,
    You need glext.h to program with greater than v1.1.
    http://oss.sgi.com/projects/ogl-sample/registry/

    And, please read this FAQ section. You may get the idea how to program with extensions
    http://www.opengl.org/resources/faq/...extensions.htm

    Yes, I have the vendor specific OpenGL headers for Linux when I install the driver, but I do not know there is any for Windows. (Anyway, I never use them.)

  4. #4
    Junior Member Regular Contributor
    Join Date
    Sep 2005
    Posts
    105

    Re: OpenGL 2.0

    download GLEE or GLEW extensions loading libraries.

Posting Permissions

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