Finding an include
Could someone tell me what I need to include to have GL_BGRA_EXT and GL_UNSIGNED_INT_8_8_8_8_REV?
GL_BGRA_EXT is in glext.h (<GL/glext.h> for most platforms, <OpenGL/glext.h> on Mac OS X).
GL_BGRA (equivalent value) and GL_UNSIGNED_INT_8_8_8_8_REV are in gl.h (<GL/gl.h> on most platforms, <OpenGL/gl.h> on Mac OS X).
GL_BGRA (equivalent value) and GL_UNSIGNED_INT_8_8_8_8_REV are in gl.h (<GL/gl.h> on most platforms, <OpenGL/gl.h> on Mac OS X).
Possibly Related Threads...
| Thread: | Author | Replies: | Views: | Last Post | |
| Include frameworks in my .app | mrknark | 4 | 2,708 |
Mar 31, 2006 10:53 PM Last Post: OneSadCookie |
|
| Finding positions!!!! | alert | 9 | 4,031 |
Apr 26, 2005 06:25 AM Last Post: alert |
|
| Added SDL_ttf framework to project - can't include headers | matticus | 3 | 3,883 |
Oct 15, 2004 01:14 PM Last Post: OneSadCookie |
|
| How do I include the OpenGL in PB? | vossile | 2 | 2,319 |
Sep 9, 2003 05:48 AM Last Post: vossile |
|

