Next | Prev | Top | Contents | Index

Chapter 13: Tuning Graphics Applications: Examples


This chapter first presents a code fragment that helps you draw pixels fast. The second section steps through an example of tuning a small graphics program, showing changes to the program and discussing the speed improvements that result.


Drawing Pixels Fast
Tuning Example

Next | Prev | Top | Contents | Index