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>GXVtxDescList</title>
10</head>
11
12<body>
13
14<h1 align="left">GXVtxDescList</h1>
15
16<h2>Syntax</h2>
17<dl><dd><pre class="construction">
18typedef struct{
19    <a href="../Enumerated_Types/GXAttr.html">GXAttr</a>      attr;
20    <a href="../Enumerated_Types/GXAttrType.html">GXAttrType</a>  type;
21} GXVtxDescList;
22</pre></dd></dl>
23
24<h2>Description</h2>
25<P>This structure describes how a single attribute will be referenced.&nbsp;An array of these structures can be used to describe all the attributes in a vertex.&nbsp;The attribute <CODE>GX_VA_NULL</CODE> marks the end of the array.</P>
26
27<h2>Functions Using This Structure</h2>
28<P class="reference">
29<a href="../Geometry/GXSetVtxDescv.html">GXSetVtxDescv</a>
30</p>
31
32<H2>Revision History</H2>
33<P>
342006/03/01 Initial version.<br>
35</P>
36
37<hr><p>CONFIDENTIAL</p></body>
38</HTML>