Search found 1 match
- Fri Apr 29, 2011 13:04
- Forum: Modifications / Integrations / Customisations
- Topic: CEGUI + OpenGL 3.x
- Replies: 5
- Views: 6951
Re: CEGUI + OpenGL 3.x
There is no problem with deprecated functions afaik, as long as you have compatiblity mode activated (default). on my machine the compat mode wasn't enabled by default, so i had to enable it manually. i use glfw, so the command was glfwOpenWindowHint(GLFW_OPENGL_PROFILE, GLFW_OPENGL_COMPAT_PROFILE);