<li><ahref="../../../../Microsoft/Xna/Framework/Graphics/VertexElementFormat.html"title="enum in Microsoft.Xna.Framework.Graphics"><spanclass="strong">Prev Class</span></a></li>
<li><ahref="../../../../Microsoft/Xna/Framework/Graphics/VertexPositionColor.html"title="class in Microsoft.Xna.Framework.Graphics"><spanclass="strong">Next Class</span></a></li>
<li>java.lang.Enum<<ahref="../../../../Microsoft/Xna/Framework/Graphics/VertexElementUsage.html"title="enum in Microsoft.Xna.Framework.Graphics">VertexElementUsage</a>></li>
<dd>java.io.Serializable, java.lang.Comparable<<ahref="../../../../Microsoft/Xna/Framework/Graphics/VertexElementUsage.html"title="enum in Microsoft.Xna.Framework.Graphics">VertexElementUsage</a>></dd>
extends java.lang.Enum<<ahref="../../../../Microsoft/Xna/Framework/Graphics/VertexElementUsage.html"title="enum in Microsoft.Xna.Framework.Graphics">VertexElementUsage</a>></pre>
<divclass="block">Defines usage for vertex elements.</div>
<tableclass="overviewSummary"border="0"cellpadding="3"cellspacing="0"summary="Enum Constant Summary table, listing enum constants, and an explanation">
<thclass="colFirst"scope="col">Modifier and Type</th>
<thclass="colLast"scope="col">Method and Description</th>
</tr>
<trclass="altColor">
<tdclass="colFirst"><code>static <ahref="../../../../Microsoft/Xna/Framework/Graphics/VertexElementUsage.html"title="enum in Microsoft.Xna.Framework.Graphics">VertexElementUsage</a></code></td>
<divclass="block">Returns the enum constant of this type with the specified name.</div>
</td>
</tr>
<trclass="rowColor">
<tdclass="colFirst"><code>static <ahref="../../../../Microsoft/Xna/Framework/Graphics/VertexElementUsage.html"title="enum in Microsoft.Xna.Framework.Graphics">VertexElementUsage</a>[]</code></td>
<pre>public static final <ahref="../../../../Microsoft/Xna/Framework/Graphics/VertexElementUsage.html"title="enum in Microsoft.Xna.Framework.Graphics">VertexElementUsage</a> Position</pre>
<divclass="block">Position data. (Position with UsageIndex = 0 ) specifies the nontransformed position in fixed-function vertex processing and the N-patch tessellator. (Position with
UsageIndex = 1) specifies the nontransformed position in the fixed-function vertex shader for skinning.</div>
</li>
</ul>
<aname="Color">
<!---->
</a>
<ulclass="blockList">
<liclass="blockList">
<h4>Color</h4>
<pre>public static final <ahref="../../../../Microsoft/Xna/Framework/Graphics/VertexElementUsage.html"title="enum in Microsoft.Xna.Framework.Graphics">VertexElementUsage</a> Color</pre>
<divclass="block">Vertex data contains diffuse or specular color. (Color with UsageIndex = 0) specifies the diffuse color in the fixed-function vertex shader and in pixel shaders prior to
ps_3_0. (Color with UsageIndex = 1) specifies the specular color in the fixed-function vertex shader and in pixel shaders prior to ps_3_0.</div>
</li>
</ul>
<aname="TextureCoordinate">
<!---->
</a>
<ulclass="blockList">
<liclass="blockList">
<h4>TextureCoordinate</h4>
<pre>public static final <ahref="../../../../Microsoft/Xna/Framework/Graphics/VertexElementUsage.html"title="enum in Microsoft.Xna.Framework.Graphics">VertexElementUsage</a> TextureCoordinate</pre>
<divclass="block">Texture coordinate data. (TextureCoordinate, n) specifies texture coordinates in fixed-function vertex processing and in pixel shaders prior to ps_3_0. These coordinates
can be used to pass user-defined data.</div>
</li>
</ul>
<aname="Normal">
<!---->
</a>
<ulclass="blockList">
<liclass="blockList">
<h4>Normal</h4>
<pre>public static final <ahref="../../../../Microsoft/Xna/Framework/Graphics/VertexElementUsage.html"title="enum in Microsoft.Xna.Framework.Graphics">VertexElementUsage</a> Normal</pre>
<divclass="block">Vertex normal data. (Normal with UsageIndex = 0) specifies vertex normals for fixed-function vertex processing and the N-patch tessellator. (Normal with UsageIndex = 1)
specifies vertex normals for fixed-function vertex processing for skinning.</div>
</li>
</ul>
<aname="Binormal">
<!---->
</a>
<ulclass="blockList">
<liclass="blockList">
<h4>Binormal</h4>
<pre>public static final <ahref="../../../../Microsoft/Xna/Framework/Graphics/VertexElementUsage.html"title="enum in Microsoft.Xna.Framework.Graphics">VertexElementUsage</a> Binormal</pre>
<divclass="block">Vertex binormal data.</div>
</li>
</ul>
<aname="Tangent">
<!---->
</a>
<ulclass="blockList">
<liclass="blockList">
<h4>Tangent</h4>
<pre>public static final <ahref="../../../../Microsoft/Xna/Framework/Graphics/VertexElementUsage.html"title="enum in Microsoft.Xna.Framework.Graphics">VertexElementUsage</a> Tangent</pre>
<divclass="block">Vertex tangent data.</div>
</li>
</ul>
<aname="BlendIndices">
<!---->
</a>
<ulclass="blockList">
<liclass="blockList">
<h4>BlendIndices</h4>
<pre>public static final <ahref="../../../../Microsoft/Xna/Framework/Graphics/VertexElementUsage.html"title="enum in Microsoft.Xna.Framework.Graphics">VertexElementUsage</a> BlendIndices</pre>
<divclass="block">Blending indices data. (BlendIndices with UsageIndex = 0) specifies matrix indices for fixed-function vertex processing using indexed paletted skinning.</div>
</li>
</ul>
<aname="BlendWeight">
<!---->
</a>
<ulclass="blockList">
<liclass="blockList">
<h4>BlendWeight</h4>
<pre>public static final <ahref="../../../../Microsoft/Xna/Framework/Graphics/VertexElementUsage.html"title="enum in Microsoft.Xna.Framework.Graphics">VertexElementUsage</a> BlendWeight</pre>
<divclass="block">Blending weight data. (BlendWeight with UsageIndex = 0) specifies the blend weights in fixed-function vertex processing.</div>
</li>
</ul>
<aname="Depth">
<!---->
</a>
<ulclass="blockList">
<liclass="blockList">
<h4>Depth</h4>
<pre>public static final <ahref="../../../../Microsoft/Xna/Framework/Graphics/VertexElementUsage.html"title="enum in Microsoft.Xna.Framework.Graphics">VertexElementUsage</a> Depth</pre>
<divclass="block">Vertex data contains depth data.</div>
</li>
</ul>
<aname="Fog">
<!---->
</a>
<ulclass="blockList">
<liclass="blockList">
<h4>Fog</h4>
<pre>public static final <ahref="../../../../Microsoft/Xna/Framework/Graphics/VertexElementUsage.html"title="enum in Microsoft.Xna.Framework.Graphics">VertexElementUsage</a> Fog</pre>
<divclass="block">Vertex data contains fog data. (Fog with UsageIndex = 0) specifies a fog blend value to use after pixel shading is finished. This flag applies to pixel shaders prior to
version ps_3_0.</div>
</li>
</ul>
<aname="PointSize">
<!---->
</a>
<ulclass="blockList">
<liclass="blockList">
<h4>PointSize</h4>
<pre>public static final <ahref="../../../../Microsoft/Xna/Framework/Graphics/VertexElementUsage.html"title="enum in Microsoft.Xna.Framework.Graphics">VertexElementUsage</a> PointSize</pre>
<divclass="block">Point size data. (PointSize with UsageIndex = 0) specifies the point-size attribute used by the setup engine of the rasterizer to expand a point into a quad for the point-
sprite functionality.</div>
</li>
</ul>
<aname="Sample">
<!---->
</a>
<ulclass="blockList">
<liclass="blockList">
<h4>Sample</h4>
<pre>public static final <ahref="../../../../Microsoft/Xna/Framework/Graphics/VertexElementUsage.html"title="enum in Microsoft.Xna.Framework.Graphics">VertexElementUsage</a> Sample</pre>
<divclass="block">Vertex data contains sampler data. (Sample with UsageIndex = 0) specifies the displacement value to look up.</div>
</li>
</ul>
<aname="TessellateFactor">
<!---->
</a>
<ulclass="blockListLast">
<liclass="blockList">
<h4>TessellateFactor</h4>
<pre>public static final <ahref="../../../../Microsoft/Xna/Framework/Graphics/VertexElementUsage.html"title="enum in Microsoft.Xna.Framework.Graphics">VertexElementUsage</a> TessellateFactor</pre>
<divclass="block">Single, positive floating-point value. (TessellateFactor with UsageIndex = 0) specifies a tessellation factor used in the tessellation unit to control the rate of tessellation.</div>
<pre>public static <ahref="../../../../Microsoft/Xna/Framework/Graphics/VertexElementUsage.html"title="enum in Microsoft.Xna.Framework.Graphics">VertexElementUsage</a>[] values()</pre>
<divclass="block">Returns an array containing the constants of this enum type, in
<dl><dt><spanclass="strong">Returns:</span></dt><dd>an array containing the constants of this enum type, in
the order they are declared</dd></dl>
</li>
</ul>
<aname="valueOf(java.lang.String)">
<!---->
</a>
<ulclass="blockListLast">
<liclass="blockList">
<h4>valueOf</h4>
<pre>public static <ahref="../../../../Microsoft/Xna/Framework/Graphics/VertexElementUsage.html"title="enum in Microsoft.Xna.Framework.Graphics">VertexElementUsage</a> valueOf(java.lang.String name)</pre>
<divclass="block">Returns the enum constant of this type with the specified name.
The string must match <i>exactly</i> an identifier used to declare an
<li><ahref="../../../../Microsoft/Xna/Framework/Graphics/VertexElementFormat.html"title="enum in Microsoft.Xna.Framework.Graphics"><spanclass="strong">Prev Class</span></a></li>
<li><ahref="../../../../Microsoft/Xna/Framework/Graphics/VertexPositionColor.html"title="class in Microsoft.Xna.Framework.Graphics"><spanclass="strong">Next Class</span></a></li>