Windows Views and Display Lists

Does anyone know off hand if you need to make a new display list for EVERY view window opened in a program? I am working on program that loads in files and stores their geometries in a display list. But when I have multiple views open looking at the geometry, only one view ever draws it. I am wondering if this is the problem?
-Thanks

Use wglShareLists on windows.

This topic was automatically closed 183 days after the last reply. New replies are no longer allowed.