Peter Schulze (schulze++at++tnt.uni-hannover.de)
Mon, 16 Dec 1996 16:43:03 +0100
My src looks like:
...
/* fontDLHandle is located in sharedArena to be visible to APP and DRAW
routines*/
ViewState->fontDLHandle=glGenLists( (GLuint) LAST+1 );
if(ViewState->fontDLHandle==0)
{
pfNotify(PFNFY_FATAL, PFNFY_USAGE,"loadXFont: Couldn't get %d display
lists\n",LAST+1);
exit(1);
}
...
fontDLHandle becomes 0, if LAST+1==0 (-> never!) or if the requested
number of indices isn't available.[OpenGL Prog.Guide]
Does anybody knows what's going wrong in APP_CULL_DRAW ?
Thank you, Peter
=======================================================================
List Archives, FAQ, FTP: http://www.sgi.com/Technology/Performer/
Submissions: info-performer++at++sgi.com
Admin. requests: info-performer-request++at++sgi.com
This archive was generated by hypermail 2.0b2 on Mon Aug 10 1998 - 17:54:10 PDT