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>C Specification</h2>
17
18<dl>
19<dd><pre><CODE>typedef struct {
20<a href="../Enumerated_Types/GXAttr.html">GXAttr</a> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;attr;
21<a href="../Enumerated_Types/GXAttrType.html">GXAttrType</a>&nbsp;&nbsp;type;
22} GXVtxDescList;</CODE></pre>
23  </dd>
24</dl>
25
26<h2>Description</h2>
27
28<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>
29
30<h2>Functions Using This Structure</h2>
31
32<p><a href="../Geometry/GXSetVtxDescv.html"><CODE>GXSetVtxDescv</CODE></a></p>
33<H2>Revision History</H2>
34<P>03/01/2006 Initial version.</P>
35</BODY>
36</HTML>