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<META http-equiv="Content-Style-Type" content="text/css"> 8<LINK rel="stylesheet" type="text/css" href="../../CSS/revolution.css"> 9<title>GXClearVtxDesc</title> 10</head> 11 12<body> 13 14<h1 align="left">GXClearVtxDesc</h1> 15 16<h2>C Specification</h2> 17 18<dl> 19<dd><pre><CODE>#include <revolution/gx.h></CODE></pre></dd> 20<dd><pre><CODE>void GXClearVtxDesc( void );</CODE></pre></dd> 21</dl><h2>Arguments</h2> 22 23<p>None.</p> 24 25<h2>Return Values</h2> 26 27<p>None.</p> 28<H2>Description</H2> 29<P>This is a convenience function that sets the type of all of the attributes in the current vertex descriptor to <code>GX_NONE</code>. The same functionality can be obtained using <a href="GXSetVtxDescv.html"><code>GXSetVtxDescv</code></a>; however <code>GXClearVtxDesc</code> is much more efficient.</P> 30 31<h2>See Also</h2> 32 33<p><A href="GXSetVtxDescv.html"><CODE>GXSetVtxDescv</CODE></a>, <a href="GXSetVtxDesc.html"><CODE>GXSetVtxDesc</CODE></a></p> 34<H2>Revision History</H2> 35<P>03/01/2006 Initial version.</P> 36</BODY> 37</HTML>