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: openGL extensions

  1. #1
    Junior Member Newbie
    Join Date
    Jan 2012
    Posts
    20

    openGL extensions

    I am using DevC++ 4.0.0 version I was trying to use glEnable(GL_RESCALE_NORMAL) but the compiler threw an error saying undefined reference to GL_RESCALE_NORMAL. What should i include for this???? I tried including glext.h but of no use compiler threw an error saying no such file or directory found...Please help me with this..

  2. #2
    Super Moderator OpenGL Lord
    Join Date
    Dec 2003
    Location
    Grenoble - France
    Posts
    5,655

    Re: openGL extensions

    Get it here : www.opengl.org/registry/api/glext.h

    2 hints :
    1) DevC++ is not maintained since quite some time. Try Code::blocks for a similar but up-to-date IDE.
    2) use GLEW to simplify yourself the usage of OpenGL for anything newer than GL 1.1

Posting Permissions

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