Vertexarrays and Displaylists in OpenGL

Started by
-1 comments, last by eloso 23 years, 3 months ago
Hi everyone, i''m using compiled displaylists made of vertex arrays. Now i''ve heard that vertex array ALLWAYS keep in main memory, but on the other hand i''ve heard, that displaylists ALLWAYS resident in graphics memory. So what is true? Am i able to change some vertex coords without recompiling the list? Or can i free up the memory used by the vertexarray because it''s now compiled in the graphics memory? bye eloso

This topic is closed to new replies.

Advertisement