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>GXEnd</title> 10</head> 11 12<body> 13 14<h1 align="left">GXEnd</h1> 15 16<h2>C Specification</h2> 17 18<dl> 19<dd><pre><CODE>#include <revolution/gx.h></CODE></pre> 20 </dd> 21<dd><pre><CODE>void GXEnd( void );</CODE></pre> 22 </dd> 23</dl> 24 25<h2>Arguments</h2> 26 27<p>None.</p> 28 29<h2>Return Values</h2> 30 31<p>None.</p> 32<H2>Description</H2> 33<P>This function ends the drawing of a graphics primitive. In non-debug versions of the GX library, this function is a null inline function. In debug versions of the library, it can be used to flag certain errors, such as when non-vertex GX calls are made between <a href="GXBegin.html"><code>GXBegin</code></a> and <a href="GXEnd.html"><code>GXEnd</code></a>. Each <a href="GXBegin.html"><code>GXBegin</code></a> must have a corresponding <a href="GXEnd.html"><code>GXEnd</code></a>.</P> 34 35<h2>See Also</h2> 36 37<p><a href="GXBegin.html"><CODE>GXBegin</CODE></a></p> 38<H2>Revision History</H2> 39<P>03/01/2006 Initial version.</P> 40</BODY> 41</HTML>