Silicon Graphics

[Prev] [TOC] [Next]



(-) OpenGL Programming Guide

Chapter 4
Display Lists

Chapter Objectives

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

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 immediately. You can freely mix immediate-mode programming and display lists within a single program. The programming examples you've seen so far have used immediate mode. This chapter discusses what display lists are and how best to use them. It has the following major sections:


(+) An Example of Using a Display List
(+) Display-List Design Philosophy
(+) Creating and Executing a Display List
(+) Managing Display Lists and Their Indices
(+) Executing Multiple Display Lists
(+) Encapsulating Mode Changes

[Prev] [TOC] [Next]

OpenGL Programming Guide


Maintained by Maintainer: Send e-mail to .htm">name@address.