This program demonstrates how to perform single-buffered rendering. Only a single external frame buffer (XFB) is used. This reduces the memory requirements of the system; however, this method must use interlocks to ensure that the frame buffer copies happen at the correct time, and this limits performance.
| Functions | Parameters | Description |
VISetPostRetraceCallback |
cb | Pointer to the callback function. |
VIWaitForRetrace |
None. |
Press the Menu button to quit.
None.
03/01/2006 Initial version.