<li><ahref="../../../../Microsoft/Xna/Framework/Graphics/BlendState.html"title="class in Microsoft.Xna.Framework.Graphics"><spanclass="strong">Prev Class</span></a></li>
<li><ahref="../../../../Microsoft/Xna/Framework/Graphics/ClearOptions.html"title="enum in Microsoft.Xna.Framework.Graphics"><spanclass="strong">Next Class</span></a></li>
<li>java.lang.Enum<<ahref="../../../../Microsoft/Xna/Framework/Graphics/BufferUsage.html"title="enum in Microsoft.Xna.Framework.Graphics">BufferUsage</a>></li>
<dd>java.io.Serializable, java.lang.Comparable<<ahref="../../../../Microsoft/Xna/Framework/Graphics/BufferUsage.html"title="enum in Microsoft.Xna.Framework.Graphics">BufferUsage</a>></dd>
extends java.lang.Enum<<ahref="../../../../Microsoft/Xna/Framework/Graphics/BufferUsage.html"title="enum in Microsoft.Xna.Framework.Graphics">BufferUsage</a>></pre>
<divclass="block">Specifies special usage of the buffer contents.</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/BufferUsage.html"title="enum in Microsoft.Xna.Framework.Graphics">BufferUsage</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/BufferUsage.html"title="enum in Microsoft.Xna.Framework.Graphics">BufferUsage</a>[]</code></td>
<pre>public static final <ahref="../../../../Microsoft/Xna/Framework/Graphics/BufferUsage.html"title="enum in Microsoft.Xna.Framework.Graphics">BufferUsage</a> None</pre>
<divclass="block">None.</div>
</li>
</ul>
<aname="WriteOnly">
<!---->
</a>
<ulclass="blockListLast">
<liclass="blockList">
<h4>WriteOnly</h4>
<pre>public static final <ahref="../../../../Microsoft/Xna/Framework/Graphics/BufferUsage.html"title="enum in Microsoft.Xna.Framework.Graphics">BufferUsage</a> WriteOnly</pre>
<divclass="block">Indicates that the application only writes to the vertex buffer. If specified, the driver chooses the best memory location for efficient writing and rendering. Attempts to read from a write-only vertex buffer fail.</div>
<pre>public static <ahref="../../../../Microsoft/Xna/Framework/Graphics/BufferUsage.html"title="enum in Microsoft.Xna.Framework.Graphics">BufferUsage</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/BufferUsage.html"title="enum in Microsoft.Xna.Framework.Graphics">BufferUsage</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/BlendState.html"title="class in Microsoft.Xna.Framework.Graphics"><spanclass="strong">Prev Class</span></a></li>
<li><ahref="../../../../Microsoft/Xna/Framework/Graphics/ClearOptions.html"title="enum in Microsoft.Xna.Framework.Graphics"><spanclass="strong">Next Class</span></a></li>