jameswh
06-16-2010, 12:25 AM
Hi
Im not clear from the specifications if it is allowed to call glNewList more than once following glGenLists. Basically from time to time I would like to recompile lists (to change the content), without having to realloc.
This would make a big difference to my design as it seems glNewList + COMPILE is fast, whereas glGenLists + glDeleteLists is relatively expensive (understandably).
Does anyone know what the official spec is here?
thanks in advance!
Im not clear from the specifications if it is allowed to call glNewList more than once following glGenLists. Basically from time to time I would like to recompile lists (to change the content), without having to realloc.
This would make a big difference to my design as it seems glNewList + COMPILE is fast, whereas glGenLists + glDeleteLists is relatively expensive (understandably).
Does anyone know what the official spec is here?
thanks in advance!