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>GXResetWriteGatherPipe</title>
10</head>
11
12<body>
13
14<h1 align="left">GXResetWriteGatherPipe</h1>
15
16<h2>Syntax</h2>
17<dl><dd><pre class="construction">
18#include &lt;revolution/gx.h&gt;
19
20void GXResetWriteGatherPipe();
21</pre></dd></dl>
22
23<h2>Arguments</h2>
24<P>None.</P>
25
26<h2>Return Values</h2>
27<P>None.</P>
28
29<H2>Description</H2>
30<P>This function is used to reset the write-gather pipe.&nbsp;It clears out any residual zeroes that were written as a result of a <a href="../Management/GXFlush.html"><code>GXFlush</code></a>.</P>
31<P>The <CODE>GXResetWriteGatherPipe</CODE> function is a special-purpose function to call after the <A href="../DisplayList/GXBeginDisplayList.html"><CODE>GXBeginDisplayList</CODE></A> function is called. It guarantees no residual zeroes are written to the start of the display list.&nbsp;Therefore, it guarantees a consistent display list length.&nbsp;If these guarantees are not needed, do not call the <CODE>GXResetWriteGatherPipe</CODE> function.</P>
32
33<P>Stubbed.</P>
34
35<h2>See Also</h2>
36<P class="reference">
37<a href="../Management/GXFlush.html">GXFlush</a>,
38<a href="../DisplayList/GXBeginDisplayList.html">GXBeginDisplayList</a>
39</p>
40
41<H2>Revision History</H2>
42<P>
432006/03/01 Initial version.<br>
44</P>
45
46<hr><p>CONFIDENTIAL</p></body>
47</HTML>