<li><ahref="../../../../Microsoft/Xna/Framework/Graphics/RenderTargetCube.html"title="class in Microsoft.Xna.Framework.Graphics"><spanclass="strong">Prev Class</span></a></li>
<li><ahref="../../../../Microsoft/Xna/Framework/Graphics/ResourceCreatedEventArgs.html"title="class in Microsoft.Xna.Framework.Graphics"><spanclass="strong">Next Class</span></a></li>
<li>java.lang.Enum<<ahref="../../../../Microsoft/Xna/Framework/Graphics/RenderTargetUsage.html"title="enum in Microsoft.Xna.Framework.Graphics">RenderTargetUsage</a>></li>
<dd>java.io.Serializable, java.lang.Comparable<<ahref="../../../../Microsoft/Xna/Framework/Graphics/RenderTargetUsage.html"title="enum in Microsoft.Xna.Framework.Graphics">RenderTargetUsage</a>></dd>
extends java.lang.Enum<<ahref="../../../../Microsoft/Xna/Framework/Graphics/RenderTargetUsage.html"title="enum in Microsoft.Xna.Framework.Graphics">RenderTargetUsage</a>></pre>
<divclass="block">Determines how render target data is used once a new render target is set.</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/RenderTargetUsage.html"title="enum in Microsoft.Xna.Framework.Graphics">RenderTargetUsage</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/RenderTargetUsage.html"title="enum in Microsoft.Xna.Framework.Graphics">RenderTargetUsage</a>[]</code></td>
<pre>public static final <ahref="../../../../Microsoft/Xna/Framework/Graphics/RenderTargetUsage.html"title="enum in Microsoft.Xna.Framework.Graphics">RenderTargetUsage</a> DiscardContents</pre>
<divclass="block">Always clears the render target data.</div>
</li>
</ul>
<aname="PreserveContents">
<!---->
</a>
<ulclass="blockList">
<liclass="blockList">
<h4>PreserveContents</h4>
<pre>public static final <ahref="../../../../Microsoft/Xna/Framework/Graphics/RenderTargetUsage.html"title="enum in Microsoft.Xna.Framework.Graphics">RenderTargetUsage</a> PreserveContents</pre>
<divclass="block">Always keeps the render target data.</div>
</li>
</ul>
<aname="PlatformContents">
<!---->
</a>
<ulclass="blockListLast">
<liclass="blockList">
<h4>PlatformContents</h4>
<pre>public static final <ahref="../../../../Microsoft/Xna/Framework/Graphics/RenderTargetUsage.html"title="enum in Microsoft.Xna.Framework.Graphics">RenderTargetUsage</a> PlatformContents</pre>
<divclass="block">Either clears or keeps the data, depending on the current platform. On Xbox 360, the render target will discard contents. On PC, the render target will discard if
multisampling is enabled, and preserve the contents if not.</div>
<pre>public static <ahref="../../../../Microsoft/Xna/Framework/Graphics/RenderTargetUsage.html"title="enum in Microsoft.Xna.Framework.Graphics">RenderTargetUsage</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/RenderTargetUsage.html"title="enum in Microsoft.Xna.Framework.Graphics">RenderTargetUsage</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/RenderTargetCube.html"title="class in Microsoft.Xna.Framework.Graphics"><spanclass="strong">Prev Class</span></a></li>
<li><ahref="../../../../Microsoft/Xna/Framework/Graphics/ResourceCreatedEventArgs.html"title="class in Microsoft.Xna.Framework.Graphics"><spanclass="strong">Next Class</span></a></li>