glaux.h in PSPGL?

Discuss the development of new homebrew software, tools and libraries.

Moderators: cheriff, TyRaNiD

Post Reply
NovaCaine
Posts: 34
Joined: Tue Dec 20, 2005 3:31 pm
Location: New Zealand
Contact:

glaux.h in PSPGL?

Post by NovaCaine »

Hey all,

Just got PSPGL compiling and running nicely and was wondering how I would go about porting a PC app to the PSP in regards to the PSPGL lib.
(NeHe tutorials to PSP).

I noticed that there are gl.h and glu.h files, but which file would I use (if any) to replace the functionallity of glaux.h. Do I need to write it myself?

Also what other things should I be aware of.

Thanks for the help
jsgf
Posts: 254
Joined: Tue Jul 12, 2005 11:02 am
Contact:

Post by jsgf »

GL/glaux.h is utterly obsolete. Use glut (GL/glut.h).
Post Reply