1<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//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<LINK rel="stylesheet" type="text/css" href="../../CSS/revolution.css">
8<title>GXResetOverflowCount</title>
9</head>
10
11<body>
12
13<h1 align="left">GXResetOverflowCount</h1>
14
15<h2>Syntax</h2>
16<dl><dd><pre class="construction">
17#include &lt;revolution/gx.h&gt;
18
19u32 GXResetOverflowCount( void );
20</pre></dd></dl>
21
22<h2>Arguments</h2>
23<p>None.</p>
24
25<h2>Return Values</h2>
26<P>This function returns the FIFO overflow count at the time this function was called.</P>
27
28<H2>Description</H2>
29<P>This function sets the current FIFO overflow count to zero and returns the last count. The FIFO overflow count is incremented every time the amount of data in the graphics processor command FIFO is greater than the high watermark and the GX thread is suspended.</P>
30<P>The count is not incremented if the CPU and GP FIFOs are not in immediate mode.</P>
31
32<h2>See Also</h2>
33<P class="reference">
34<a href="GXGetOverflowCount.html">GXGetOverflowCount</a>
35</p>
36
37<H2>Revision History</H2>
38<P>
392006/03/01 Initial version.<br>
40</P>
41
42<hr><p>CONFIDENTIAL</p></body>
43</HTML>