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>GXSetDispCopyFrame2Field</title> 10</head> 11 12<body> 13 14<h1 align="left">GXSetDispCopyFrame2Field</h1> 15 16 17<h2>C Specification</h2> 18 19<dl> 20<dd><PRE><CODE>#include <revolution/gx.h></CODE></PRE> 21 </dd> 22<dd><pre>void GXSetDispCopyFrame2Field( <a href="../Enumerated_Types/GXCopyMode.html">GXCopyMode</a> mode );</pre> 23 </dd> 24</dl> 25 26<h2>Arguments</h2> 27<TABLE border="1" cellpadding="3" cellspacing="0.1"> 28 <tr> 29<TD width="120" bgcolor="#ffffe8"><em><strong><CODE>mode</font></strong></em></TD> 30<TD width="520">Enables copying a field or frame from the Embedded Frame Buffer (EFB). Accepted values are: 31 <TABLE width="500" border="1" cellspacing="0.1"> 32 33 <tr> 34<TD bgcolor="#C0C0C0" width="150">Name</TD> 35<TD bgcolor="#C0C0C0" width="350">Field(s) copied</TD> 36 </tr> 37 <tr> 38<TD width="150"><code>GX_COPY_INTLC_EVEN</code></TD> 39<TD width="350">Even lines</TD> 40 </tr> 41 <tr> 42<TD width="150"><code>GX_COPY_INTLC_ODD</code></TD> 43<TD width="350">Odd lines</TD> 44 </tr> 45 <tr> 46<TD width="150"><code>GX_COPY_PROGRESSIVE</code></TD> 47<TD width="350">Even and odd lines</TD> 48 </tr> 49 50 </TABLE> 51 </TD> 52 </tr> 53</TABLE> 54<h2>Return Values</h2> 55 56<p>None.</p> 57<H2>Description</H2> 58<P>This function determines whether all lines, only even lines, or only odd lines are read from the Embedded Frame Buffer (EFB) when using <a href="GXCopyDisp.html"><code>GXCopyDisp</code></a>. The opposite function, which determines whether all lines, only even lines or only odd lines are <em>written</em> to the EFB is <a href="../PixelProc/GXSetFieldMask.html"><code>GXSetFieldMask</code></a>.</P> 59<P>This function is only applied to copy process for display. The <CODE><A href="GXCopyTex.html">GXCopyTex</A></CODE> function always uses the <CODE>GX_COPY_PROGRESSIVE</CODE> mode.</P> 60<P><a href="../Management/GXInit.html"><code>GXInit</code></a> sets <code><em><strong>mode</strong></em></code> to <code>GX_COPY_PROGRESSIVE</code>.</P> 61 62 63 64 65<h2>See Also</h2> 66 67<p><a href="GXCopyDisp.html">GXCopyDisp</a><br> <a href="RenderMode.html">Render Modes</a></p> 68<H2>Revision History</H2> 69<P>03/01/2006 Initial version.</P></body> 70</html>