SET_DISPLAYLIST_MODE is used to enable or disable displaylist
optimizations on platforms which support this feature.
--->(SET_DISPLAYLIST_MODE)--+
|
+---------------------------+
|
+--(:ON)-------+--->
| |
+--(:OFF)------+
- :ON - Enable display list optimization
- :OFF - Disable display list optimization
Use this option to improve performance for all viewing operations if
your hardware supports display lists.
The following sequence enables the display list optimization:
SET_DISPLAYLIST_MODE :ON
SET_OCCLUSION_CULLING_MODE interrupt action