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
17
18<h2>Description</h2>
19
20<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>
21<h2>Coverage</h2>
22<TABLE border="1" cellpadding="3" cellspacing="0.1" width="640">
23  <tr>
24<TD width="30%" bgcolor="#C0C0C0"><em><strong>Functions</strong></em></TD>
25<TD width="25%" bgcolor="#C0C0C0"><em><strong>Parameters</strong></em></TD>
26<TD width="45%" bgcolor="#C0C0C0"><em><strong>Description</strong></em></TD>
27    </tr>
28  <tr>
29<TD width="30%"><a href="../../../vi/VISetPostRetraceCallback.html"><code>VISetPostRetraceCallback</code></a></TD>
30<TD width="25%"><em><strong><font face="Courier New">cb</font></strong></em></TD>
31<TD width="45%">Pointer to the callback function.</TD>
32    </tr>
33  <tr>
34<TD width="30%"><code><a href="../../../vi/VIWaitForRetrace.html">VIWaitForRetrace</a></code></TD>
35<TD width="25%">None.</TD>
36      <TD width="45%"></TD>
37    </tr>
38</TABLE>
39<h2>Operation Method</h2>
40
41<p>Press the Menu button to quit.</p>
42
43<h2>Required Data Files</h2>
44
45<p>None.</p>
46<H2>Revision History</H2>
47<P>03/01/2006 Initial version.</P>
48</body>
49</html>