Using GL Extensions in latest Project Builder
Hi
Since I've updated to the new PB (latest) I can no longer use GL extensions like I used to. PB doesn't recognize any of them.
Also, all of the apple demo apps from their dev site no longer work. How exactly do I access the extensions?
Since I've updated to the new PB (latest) I can no longer use GL extensions like I used to. PB doesn't recognize any of them.
Also, all of the apple demo apps from their dev site no longer work. How exactly do I access the extensions?
There used to be a bug where <OpenGL/glu.h> included <OpenGL/glext.h>. It doesn't any more. You'll need to include <OpenGL/glext.h> explicitly. Some Apple sample code was affected; these programs will need the same fix.
Possibly Related Threads...
| Thread: | Author | Replies: | Views: | Last Post | |
| Notes on using latest builds of SDL | aaronsullivan | 13 | 6,743 |
Jan 26, 2005 11:20 AM Last Post: Josh |
|
| Does Anyone have a sample of SDL being implemented without Project Builder? | tingham | 10 | 4,058 |
Oct 7, 2003 11:42 AM Last Post: Fenris |
|

