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>GXVtxAttrFmtList</title>
10</head>
11
12<body>
13
14<h1 align="left">GXVtxAttrFmtList</h1>
15
16
17<h2>C Specification</h2>
18
19<dl>
20<dd><pre><CODE>typedef struct {
21<a href="../Enumerated_Types/GXAttr.html">GXAttr</a> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;attr;
22<a href="../Enumerated_Types/GXCompCnt.html">GXCompCnt</a>&nbsp;&nbsp;&nbsp;cnt;
23<a href="../Enumerated_Types/GXCompType.html">GXCompType</a> &nbsp;type;
24u8 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;frac;
25} GXVtxAttrFmtList;</CODE></pre>
26  </dd>
27</dl>
28
29<h2>Description</h2>
30
31<P>A structure that describes the attribute format for one attribute.&nbsp;An array of these structures can be used to describe the format of all attributes in a vertex. Use the attribute <code>GX_VA_NULL</code> to mark the end of the array.</P>
32
33
34
35
36<h2>Functions Using This Structure</h2>
37
38<p><a href="../Geometry/GXSetVtxAttrFmtv.html"><CODE>GXSetVtxAttrFmtv</CODE></a></p>
39<H2>Revision History</H2>
40<P>03/01/2006 Initial version.</P>
41</BODY>
42</HTML>