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: The version of GL under the windows-system?

  1. #1
    Junior Member Newbie
    Join Date
    Nov 2005
    Location
    China
    Posts
    1

    The version of GL under the windows-system?

    How to use the functions of the higher version of opengl with the visual c++ under the windows-system?

  2. #2
    Guest

    Re: The version of GL under the windows-system?

    Hi,

    take a look at extensions. Everything above OpenGL 1.1 is handled via Extension . Usually these need to be initialized before using. Take a look at nehe.gamedev.net

    cheers
    Boim

Posting Permissions

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