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: ask for some extension libs of opengl...

  1. #1
    Junior Member Newbie
    Join Date
    Aug 2004
    Location
    shanghai,PRC
    Posts
    16

    ask for some extension libs of opengl...

    I would like to know whether there are some "good" extension libs? I mean the liberary should use conveniently and support as many as extensions(not too limited)...
    My VGA is nVidia that support opengl 1.5 and my OS is windowsxp.
    Can someone give me some advice? Thanks in advance

  2. #2
    Super Moderator OpenGL Guru dorbie's Avatar
    Join Date
    Jul 2000
    Location
    Bay Area, CA, USA
    Posts
    4,388

    Re: ask for some extension libs of opengl...

    The extensions are included in the driver OpenGl libs however to use them you want to include glext.h from your SDK or some other downloaded source and perform appropriate queries.

    There are extension loading libs that make this easier, for example

    http://cosoft.org.cn/projects/glloader

Posting Permissions

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