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: GLclampf in glext.h

  1. #1
    Junior Member Newbie
    Join Date
    Nov 2002
    Location
    Austria
    Posts
    11

    GLclampf in glext.h

    Here is GLclampf defined?

    I get about 100 errors, because in glext.h nowhere is GLclampf defined.

    What shall i do? I am using the newest one. I have downloaded it today?

    Thanks, Austrian Coder

  2. #2
    Senior Member OpenGL Pro
    Join Date
    Oct 2000
    Location
    Fargo, ND
    Posts
    1,797

    Re: GLclampf in glext.h

    Include gl.h BEFORE glext.h. That should have GLclampf and all the other GL types defined. And since C/C++ gets compiled top down, you need to make sure the order of the headers is correct.
    Deiussum
    Software Engineer and OpenGL enthusiast

  3. #3
    Junior Member Newbie
    Join Date
    Nov 2002
    Location
    Austria
    Posts
    11

    Re: GLclampf in glext.h

    Thanks.. works now

Posting Permissions

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