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

Thread: how to get pointers of OpenGL extention functions

  1. #1
    Intern Newbie
    Join Date
    Nov 2001
    Location
    Beijing, PRC
    Posts
    36

    how to get pointers of OpenGL extention functions

    one way is to use wglGetProcAddress(). Is there any other way, because I don't wanna use APIs declared in wingdi.h. Thanks.

  2. #2
    Senior Member OpenGL Guru
    Join Date
    Feb 2000
    Location
    Sweden
    Posts
    3,115

    Re: how to get pointers of OpenGL extention functions

    In windows, that's the only way.

  3. #3
    Intern Newbie
    Join Date
    Nov 2001
    Location
    Beijing, PRC
    Posts
    36

    Re: how to get pointers of OpenGL extention functions

    Thanks, Bob.

Posting Permissions

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