Next | Prev | Up | Top | Contents | Index

Balancing Polygon Size and Pixel Operations

The pipeline is generally optimized for polygons that are 10 pixels on a side. However, you may need to work with polygons larger or smaller than that depending on the other operations going on in the pipeline:

Use the simplest possible fill algorithms for drawing very large polygons such as backgrounds.


Next | Prev | Up | Top | Contents | Index