1<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
2<html>
3
4<head>
5<META http-equiv="Content-Type" content="text/html; charset=windows-1252">
6<META name="GENERATOR" content="Microsoft FrontPage 5.0">
7<META http-equiv="Content-Style-Type" content="text/css">
8<LINK rel="stylesheet" type="text/css" href="../../../CSS/revolution.css">
9<title>mgt-single-buf</title>
10</head>
11
12<body>
13
14<h1 align="left">mgt-single-buf</h1>
15
16<h2>Description</h2>
17
18<P>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.</P>
19
20<h2>Coverage</h2>
21<TABLE border="1" cellpadding="3" cellspacing="0.1" width="640">
22  <tr>
23<TD width="30%" bgcolor="#C0C0C0"><em><strong>Functions</strong></em></TD>
24<TD width="25%" bgcolor="#C0C0C0"><em><strong>Parameters</strong></em></TD>
25<TD width="45%" bgcolor="#C0C0C0"><em><strong>Description</strong></em></TD>
26    </tr>
27  <tr>
28<TD width="30%"><a href="../../../vi/VISetPostRetraceCallback.html"><code>VISetPostRetraceCallback</code></a></TD>
29<TD width="25%"><SPAN class="argument">cb</SPAN></TD>
30<TD width="45%">Pointer to the callback function.</TD>
31    </tr>
32  <tr>
33<TD width="30%"><code><a href="../../../vi/VIWaitForRetrace.html">VIWaitForRetrace</a></code></TD>
34<TD width="25%">None.</TD>
35      <TD width="45%"> </TD>
36    </tr>
37</TABLE>
38
39<h2>Using the Demo</h2>
40<p>Press the Menu button to quit.</p>
41
42<h2>Required Data Files</h2>
43<p>None.</p>
44
45<H2>Revision History</H2>
46<P>
472006/03/01 Initial version.<br>
48</P>
49
50<hr><p>CONFIDENTIAL</p></body>
51</html>