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

Thread: where can i get information of opengl1.2

  1. #1
    Junior Member Newbie
    Join Date
    Apr 2003
    Posts
    2

    where can i get information of opengl1.2

    i need opengl1.2 for windows(*.h *.lib *.dll).where can i get it??

  2. #2
    Advanced Member Frequent Contributor
    Join Date
    Apr 2000
    Location
    Melbourne,Victoria,Australia
    Posts
    767

    Re: where can i get information of opengl1.2

    There is not, to the best of my knowledge, any such thing as a 1.2 version of the .lib or .dll.

    The drivers (most of which are up to 1.4 now) link to the 1.1 version which is standard with Windows (ie. the MS version) and the drivers switch to the specific vendor version at run time. To use the 1.2/3/4 functionality you need to research the user of extensions and use wglGetProcAddress() (or the Linux equivalent).

    As for the .h - the latest version is available on this site somewhere (I'm too lazy to find it for you) and/or through the GL SDK available from your cards vendor.

Posting Permissions

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