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: gl_clamp_to_edge

  1. #1
    Intern Newbie
    Join Date
    Dec 2001
    Posts
    48

    gl_clamp_to_edge

    Hi!

    I have installed an old version of Visual C++ (5.0) and it still provides opengl includes like gl.h, glu.h .... now i am trying to use opengl 1.2 features like GL_CLAMP_TO_EDGE but it is not defined in the include file.....where I can get the latest version of the opengl includes?
    Thanx

  2. #2
    Member Regular Contributor
    Join Date
    Oct 2001
    Location
    Princeton, NJ
    Posts
    391

    Re: gl_clamp_to_edge

    look for glext.h, its some where on this site, and I think most video card manufacturers have one as well

  3. #3
    Member Regular Contributor
    Join Date
    Apr 2001
    Posts
    354

    Re: gl_clamp_to_edge

    glext.h and wglext.h are available at the Extension Registry : http://oss.sgi.com/projects/ogl-sample/registry/

Posting Permissions

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