Thread: opengl 3

  1. #1
    Registered User
    Join Date
    May 2006
    Posts
    169

    opengl 3

    Is it out yet? I hear the new version will break older code and such horrors. If it does make current coding obsolete, I'd rather learn it the new way. So what do I do?

  2. #2
    The Right Honourable psychopath's Avatar
    Join Date
    Mar 2004
    Location
    Where circles begin.
    Posts
    1,071
    GL3 is essentially the same, learning-wise as previous GL versions. Fixed-function calls are deprecated now, but afaik this (GL3) has to be enabled by the user now, in order to make this deprecation apparent. You can really learn GL the same as always, and not have to worry too much about the future, thanks to the Khronos group - GL3 wasn't really the API-defining change we all really wanted, unfortunately.
    Last edited by psychopath; 12-14-2008 at 11:20 AM.
    M.Eng Computer Engineering Candidate
    B.Sc Computer Science

    Robotics and graphics enthusiast.

  3. #3
    Registered User
    Join Date
    May 2006
    Posts
    169
    Ok, thanks for clearing it up.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Linking OpenGL in Dev-C++
    By linkofazeroth in forum Game Programming
    Replies: 4
    Last Post: 09-13-2005, 10:17 AM
  2. OpenGL Window
    By Morgul in forum Game Programming
    Replies: 1
    Last Post: 05-15-2005, 12:34 PM
  3. OpenGL .dll vs video card dll
    By Silvercord in forum Game Programming
    Replies: 14
    Last Post: 02-12-2003, 07:57 PM
  4. OpenGL and Windows
    By sean345 in forum Game Programming
    Replies: 5
    Last Post: 06-24-2002, 10:14 PM
  5. opengl code not working
    By Unregistered in forum Windows Programming
    Replies: 4
    Last Post: 02-14-2002, 10:01 PM