Max number of display lists in opengl 1.2

Started by
1 comment, last by calico210 20 years, 11 months ago
Is there a maximum number of display lists for opengl 1.2 or is that limit just memory dependant?
Advertisement
In theory, the maximum number of display lists is limited by the range of numbers a GLuint can hold, which is at least ~4.2 billions, but you are likely to run out of memory before you hit that limit

So yes, it''s limited by the memory.
Thanks

This topic is closed to new replies.

Advertisement