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: A ? about header declarations

  1. #1
    Intern Newbie
    Join Date
    Aug 2009
    Posts
    37

    A ? about header declarations

    Is it wrong to assume that if I'm using glut.h that there is no need to include gl.h?


    Focus, results in clarity of vision.

  2. #2
    Junior Member Newbie Mr.Byteside's Avatar
    Join Date
    Mar 2010
    Location
    NL
    Posts
    26

    Re: A ? about header declarations

    it says this in glut.h (3.7):

    #include <GL/gl.h>
    #include <GL/glu.h>

    So I think you don't need to add them.

Posting Permissions

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