Chapter 7. Display Lists

Chapter Objectives

After reading this chapter, you’ll be able to do the following:

• Understand how display lists can be used along with commands in immediate mode to organize your data and improve performance

• Maximize performance by knowing how and when to use display lists

Note

In OpenGL Version 3.1, all of the techniques and functions described in this chapter were removed through deprecation.

A display list is a group of OpenGL commands that have been stored for later execution. When a display list is invoked, the commands in it are executed in the order in which they were issued. Most OpenGL commands can be either stored in a display list or issued in immediate mode, which causes them to be executed ...

Get OpenGL Programming Guide: The Official Guide to Learning OpenGL, Versions 3.0 and 3.1, Seventh Edition now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.