Display list limit

Started by
3 comments, last by Maverick the divider 21 years, 10 months ago
Is there a limit of display lists I can create? For example, could i store say a 1000 lists? (dont ask why --- Keep it simple, stupid
---Quite soon...ICQ: 163187735
Advertisement
AFAIK the only limit is the amount of memory you have.... But I could be wrong. Couldn''t find anything in the OpenGL docs.

<hr />
Sander Marechal<small>[Lone Wolves][Hearts for GNOME][E-mail][Forum FAQ]</small>

yeah, the only limit is on how much memory you have..
however, my guess is that if you fill up your memory
with display lists, they cease to be efficient (the reason
you''d use a display list in the first place).


-eldee
;another space monkey;
[ Forced Evolution Studios ]

::evolve::

-eldee;another space monkey;[ Forced Evolution Studios ]
glNewList() sets glError() to GL_OUT_OF_MEMORY when out of memory

Documents [ GDNet | MSDN | STL | OpenGL | Formats | RTFM | Asking Smart Questions ]
C++ Stuff [ MinGW | Loki | SDL | Boost. | STLport | FLTK | ACCU Recommended Books ]
"Debugging is twice as hard as writing the code in the first place. Therefore, if you write the code as cleverly as possible, you are, by definition, not smart enough to debug it." — Brian W. Kernighan
Oh, thanks. I''ll have to check against memory...

---
Keep it simple, stupid
---Quite soon...ICQ: 163187735

This topic is closed to new replies.

Advertisement