1<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
2<html xml:lang="en-US" lang="en-US" xmlns="http://www.w3.org/1999/xhtml">
3  <head>
4    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
5    <meta http-equiv="Content-Style-Type" content="text/css" />
6    <link rel="stylesheet" href="../css/manpage.css" type="text/css" />
7<title>PicaDataVSOutAttr</title>
8  </head>
9  <body>
10<h1><CODE>PicaDataVSOutAttr</CODE> Enumerated Type </h1>
11<h2>Syntax</h2>
12    <div class="section">
13      <pre class="definition">
14enum PicaDataVSOutAttr;
15</pre>
16    </div>
17<h2>Value</h2>
18    <div class="section">
19      <table class="arguments">
20        <thead>
21          <tr>
22<th>Value</th>
23<td>Description</td>
24          </tr>
25        </thead>
26        <tr>
27<th>PICA_DATA_VS_OUT_ATTR_X</th>
28<td>Vertex coordinate x.</td>
29        </tr>
30        <tr>
31<th>PICA_DATA_VS_OUT_ATTR_Y</th>
32<td>Vertex coordinate y.</td>
33        </tr>
34        <tr>
35<th>PICA_DATA_VS_OUT_ATTR_Z</th>
36<td>Vertex coordinate z.</td>
37        </tr>
38        <tr>
39<th>PICA_DATA_VS_OUT_ATTR_W</th>
40<td>Vertex coordinate w.</td>
41        </tr>
42        <tr>
43<th>PICA_DATA_VS_OUT_ATTR_QUART_X</th>
44<td>Quaternion x.</td>
45        </tr>
46        <tr>
47<th>PICA_DATA_VS_OUT_ATTR_QUART_Y</th>
48<td>Quaternion y.</td>
49        </tr>
50        <tr>
51<th>PICA_DATA_VS_OUT_ATTR_QUART_Z</th>
52<td>Quaternion z.</td>
53        </tr>
54        <tr>
55<th>PICA_DATA_VS_OUT_ATTR_QUART_W</th>
56<td>Quaternion w.</td>
57        </tr>
58        <tr>
59<th>PICA_DATA_VS_OUT_ATTR_R</th>
60<td>Vertex color R.</td>
61        </tr>
62        <tr>
63<th>PICA_DATA_VS_OUT_ATTR_G</th>
64<td>Vertex color G.</td>
65        </tr>
66        <tr>
67<th>PICA_DATA_VS_OUT_ATTR_B</th>
68<td>Vertex color B.</td>
69        </tr>
70        <tr>
71<th>PICA_DATA_VS_OUT_ATTR_A</th>
72<td>Vertex color A.</td>
73        </tr>
74        <tr>
75<th>PICA_DATA_VS_OUT_ATTR_TEX0_U</th>
76<td>The u of texture coordinate 0.</td>
77        </tr>
78        <tr>
79<th>PICA_DATA_VS_OUT_ATTR_TEX0_V</th>
80<td>The v of texture coordinate 0.</td>
81        </tr>
82        <tr>
83<th>PICA_DATA_VS_OUT_ATTR_TEX1_U</th>
84<td>The u of texture coordinate 1.</td>
85        </tr>
86        <tr>
87<th>PICA_DATA_VS_OUT_ATTR_TEX1_V</th>
88<td>The v of texture coordinate 1.</td>
89        </tr>
90        <tr>
91<th>PICA_DATA_VS_OUT_ATTR_TEX0_W</th>
92<td>The w of texture coordinate 0.</td>
93        </tr>
94        <tr>
95<th>PICA_DATA_VS_OUT_ATTR_VIEW_X</th>
96<td>The x of the view vector.</td>
97        </tr>
98        <tr>
99<th>PICA_DATA_VS_OUT_ATTR_VIEW_Y</th>
100<td>The y of the view vector.</td>
101        </tr>
102        <tr>
103<th>PICA_DATA_VS_OUT_ATTR_VIEW_Z</th>
104<td>The z of the view vector.</td>
105        </tr>
106        <tr>
107<th>PICA_DATA_VS_OUT_ATTR_TEX2_U</th>
108<td>The u of texture coordinate 2.</td>
109        </tr>
110        <tr>
111<th>PICA_DATA_VS_OUT_ATTR_TEX2_V</th>
112<td>The v of texture coordinate 2.</td>
113        </tr>
114        <tr>
115<th>PICA_DATA_VS_OUT_ATTR_INVALID</th>
116<td>Disabled.</td>
117        </tr>
118      </table> </div>
119<h2>Description</h2>
120    <div class="section">
121<p>Sets the attributes of the output from the vertex shader. Used with the <CODE>PICA_REG_VS_OUT_REG_NUM3</CODE> registers (<CODE>0x050-0x056</CODE>).</p><!-- write here --></div>
122<h2>Revision History</h2>
123    <div class="section">
124      <dl class="history">
125        <dt>2010/09/27</dt>
126<dd>Initial version.<br />
127        </dd>
128      </dl>
129    </div>
130  <hr><p>CONFIDENTIAL</p></body>
131</html>