jyoung77
06-09-2009, 07:26 PM
Hi,
I have to crate lots of lists. Sometimes memory is an issue. Memory may run out to store lists. Is there a way to know when this happens between the following two commands? Any help is much apprecaited.
glNewList(oglList, GL_COMPILE);
.... // store opengl lists
glEndList();
JD
I have to crate lots of lists. Sometimes memory is an issue. Memory may run out to store lists. Is there a way to know when this happens between the following two commands? Any help is much apprecaited.
glNewList(oglList, GL_COMPILE);
.... // store opengl lists
glEndList();
JD