<li><ahref="../../../../Microsoft/Xna/Framework/Graphics/GraphicsAdapter.html"title="class in Microsoft.Xna.Framework.Graphics"><spanclass="strong">Prev Class</span></a></li>
<li><ahref="../../../../Microsoft/Xna/Framework/Graphics/GraphicsDeviceStatus.html"title="enum in Microsoft.Xna.Framework.Graphics"><spanclass="strong">Next Class</span></a></li>
<thclass="colFirst"scope="col">Modifier and Type</th>
<thclass="colLast"scope="col">Field and Description</th>
</tr>
<trclass="altColor">
<tdclass="colFirst"><code><ahref="../../../../System/Event.html"title="class in System">Event</a><<ahref="../../../../System/EventArgs.html"title="class in System">EventArgs</a>></code></td>
<tdclass="colFirst"><code><ahref="../../../../System/Event.html"title="class in System">Event</a><<ahref="../../../../System/EventArgs.html"title="class in System">EventArgs</a>></code></td>
<tdclass="colFirst"><code><ahref="../../../../System/Event.html"title="class in System">Event</a><<ahref="../../../../System/EventArgs.html"title="class in System">EventArgs</a>></code></td>
<tdclass="colFirst"><code><ahref="../../../../System/Event.html"title="class in System">Event</a><<ahref="../../../../System/EventArgs.html"title="class in System">EventArgs</a>></code></td>
<tdclass="colFirst"><code><ahref="../../../../System/Event.html"title="class in System">Event</a><<ahref="../../../../Microsoft/Xna/Framework/Graphics/ResourceCreatedEventArgs.html"title="class in Microsoft.Xna.Framework.Graphics">ResourceCreatedEventArgs</a>></code></td>
<tdclass="colFirst"><code><ahref="../../../../System/Event.html"title="class in System">Event</a><<ahref="../../../../Microsoft/Xna/Framework/Graphics/ResourceDestroyedEventArgs.html"title="class in Microsoft.Xna.Framework.Graphics">ResourceDestroyedEventArgs</a>></code></td>
<thclass="colOne"scope="col">Constructor and Description</th>
</tr>
<trclass="altColor">
<tdclass="colOne"><code><strong><ahref="../../../../Microsoft/Xna/Framework/Graphics/GraphicsDevice.html#GraphicsDevice(Microsoft.Xna.Framework.Graphics.GraphicsAdapter, Microsoft.Xna.Framework.Graphics.GraphicsProfile, Microsoft.Xna.Framework.Graphics.PresentationParameters)">GraphicsDevice</a></strong>(<ahref="../../../../Microsoft/Xna/Framework/Graphics/GraphicsAdapter.html"title="class in Microsoft.Xna.Framework.Graphics">GraphicsAdapter</a> adapter,
<ahref="../../../../Microsoft/Xna/Framework/Graphics/GraphicsProfile.html"title="enum in Microsoft.Xna.Framework.Graphics">GraphicsProfile</a> profile,
<ahref="../../../../Microsoft/Xna/Framework/Graphics/PresentationParameters.html"title="class in Microsoft.Xna.Framework.Graphics">PresentationParameters</a> presentationParameters)</code> </td>
<thclass="colFirst"scope="col">Modifier and Type</th>
<thclass="colLast"scope="col">Method and Description</th>
</tr>
<trclass="altColor">
<tdclass="colFirst"><code>void</code></td>
<tdclass="colLast"><code><strong><ahref="../../../../Microsoft/Xna/Framework/Graphics/GraphicsDevice.html#Clear(Microsoft.Xna.Framework.Color)">Clear</a></strong>(<ahref="../../../../Microsoft/Xna/Framework/Color.html"title="class in Microsoft.Xna.Framework">Color</a> color)</code> </td>
</tr>
<trclass="rowColor">
<tdclass="colFirst"><code>void</code></td>
<tdclass="colLast"><code><strong><ahref="../../../../Microsoft/Xna/Framework/Graphics/GraphicsDevice.html#Clear(java.util.EnumSet, Microsoft.Xna.Framework.Color, float, int)">Clear</a></strong>(java.util.EnumSet<<ahref="../../../../Microsoft/Xna/Framework/Graphics/ClearOptions.html"title="enum in Microsoft.Xna.Framework.Graphics">ClearOptions</a>> options,
<ahref="../../../../Microsoft/Xna/Framework/Color.html"title="class in Microsoft.Xna.Framework">Color</a> color,
float depth,
int stencil)</code> </td>
</tr>
<trclass="altColor">
<tdclass="colFirst"><code>void</code></td>
<tdclass="colLast"><code><strong><ahref="../../../../Microsoft/Xna/Framework/Graphics/GraphicsDevice.html#Clear(java.util.EnumSet, Microsoft.Xna.Framework.Vector4, float, int)">Clear</a></strong>(java.util.EnumSet<<ahref="../../../../Microsoft/Xna/Framework/Graphics/ClearOptions.html"title="enum in Microsoft.Xna.Framework.Graphics">ClearOptions</a>> options,
<ahref="../../../../Microsoft/Xna/Framework/Vector4.html"title="class in Microsoft.Xna.Framework">Vector4</a> color,
<tdclass="colLast"><code><strong><ahref="../../../../Microsoft/Xna/Framework/Graphics/GraphicsDevice.html#DrawIndexedPrimitives(Microsoft.Xna.Framework.Graphics.PrimitiveType, int, int, int, int, int)">DrawIndexedPrimitives</a></strong>(<ahref="../../../../Microsoft/Xna/Framework/Graphics/PrimitiveType.html"title="enum in Microsoft.Xna.Framework.Graphics">PrimitiveType</a> primitiveType,
int baseVertex,
int minVertexIndex,
int numVertices,
int startIndex,
int primitiveCount)</code>
<divclass="block">Renders the specified geometric primitive, based on indexing into an array of vertices.</div>
</td>
</tr>
<trclass="altColor">
<tdclass="colFirst"><code>void</code></td>
<tdclass="colLast"><code><strong><ahref="../../../../Microsoft/Xna/Framework/Graphics/GraphicsDevice.html#DrawInstancedPrimitives(Microsoft.Xna.Framework.Graphics.PrimitiveType, int, int, int, int, int, int)">DrawInstancedPrimitives</a></strong>(<ahref="../../../../Microsoft/Xna/Framework/Graphics/PrimitiveType.html"title="enum in Microsoft.Xna.Framework.Graphics">PrimitiveType</a> primitiveType,
int baseVertex,
int minVertexIndex,
int numVertices,
int startIndex,
int primitiveCount,
int instanceCount)</code>
<divclass="block">Draws a series of instanced models.</div>
</td>
</tr>
<trclass="rowColor">
<tdclass="colFirst"><code>void</code></td>
<tdclass="colLast"><code><strong><ahref="../../../../Microsoft/Xna/Framework/Graphics/GraphicsDevice.html#DrawPrimitives(Microsoft.Xna.Framework.Graphics.PrimitiveType, int, int)">DrawPrimitives</a></strong>(<ahref="../../../../Microsoft/Xna/Framework/Graphics/PrimitiveType.html"title="enum in Microsoft.Xna.Framework.Graphics">PrimitiveType</a> primitiveType,
int startVertex,
int primitiveCount)</code>
<divclass="block">Renders a sequence of non-indexed geometric primitives of the specified type from the current set of data input streams.</div>
</td>
</tr>
<trclass="altColor">
<tdclass="colFirst"><code><T extends <ahref="../../../../System/ValueType.html"title="class in System">ValueType</a>&<ahref="../../../../Microsoft/Xna/Framework/Graphics/IVertexType.html"title="interface in Microsoft.Xna.Framework.Graphics">IVertexType</a>> <br>void</code></td>
<tdclass="colLast"><code><strong><ahref="../../../../Microsoft/Xna/Framework/Graphics/GraphicsDevice.html#DrawUserIndexedPrimitives(Microsoft.Xna.Framework.Graphics.PrimitiveType, T[], int, int, int[], int, int)">DrawUserIndexedPrimitives</a></strong>(<ahref="../../../../Microsoft/Xna/Framework/Graphics/PrimitiveType.html"title="enum in Microsoft.Xna.Framework.Graphics">PrimitiveType</a> primitiveType,
T[] vertexData,
int vertexOffset,
int numVertices,
int[] indexData,
int indexOffset,
int primitiveCount)</code>
<divclass="block">Renders indexed primitives from a 32-bit index buffer and other related input parameters.</div>
</td>
</tr>
<trclass="rowColor">
<tdclass="colFirst"><code><T extends <ahref="../../../../System/ValueType.html"title="class in System">ValueType</a>> <br>void</code></td>
<tdclass="colLast"><code><strong><ahref="../../../../Microsoft/Xna/Framework/Graphics/GraphicsDevice.html#DrawUserIndexedPrimitives(Microsoft.Xna.Framework.Graphics.PrimitiveType, T[], int, int, int[], int, int, Microsoft.Xna.Framework.Graphics.VertexDeclaration)">DrawUserIndexedPrimitives</a></strong>(<ahref="../../../../Microsoft/Xna/Framework/Graphics/PrimitiveType.html"title="enum in Microsoft.Xna.Framework.Graphics">PrimitiveType</a> primitiveType,
T[] vertexData,
int vertexOffset,
int numVertices,
int[] indexData,
int indexOffset,
int primitiveCount,
<ahref="../../../../Microsoft/Xna/Framework/Graphics/VertexDeclaration.html"title="class in Microsoft.Xna.Framework.Graphics">VertexDeclaration</a> vertexDeclaration)</code> </td>
</tr>
<trclass="altColor">
<tdclass="colFirst"><code><T extends <ahref="../../../../System/ValueType.html"title="class in System">ValueType</a>&<ahref="../../../../Microsoft/Xna/Framework/Graphics/IVertexType.html"title="interface in Microsoft.Xna.Framework.Graphics">IVertexType</a>> <br>void</code></td>
<tdclass="colLast"><code><strong><ahref="../../../../Microsoft/Xna/Framework/Graphics/GraphicsDevice.html#DrawUserIndexedPrimitives(Microsoft.Xna.Framework.Graphics.PrimitiveType, T[], int, int, short[], int, int)">DrawUserIndexedPrimitives</a></strong>(<ahref="../../../../Microsoft/Xna/Framework/Graphics/PrimitiveType.html"title="enum in Microsoft.Xna.Framework.Graphics">PrimitiveType</a> primitiveType,
T[] vertexData,
int vertexOffset,
int numVertices,
short[] indexData,
int indexOffset,
int primitiveCount)</code> </td>
</tr>
<trclass="rowColor">
<tdclass="colFirst"><code><T extends <ahref="../../../../System/ValueType.html"title="class in System">ValueType</a>> <br>void</code></td>
<tdclass="colLast"><code><strong><ahref="../../../../Microsoft/Xna/Framework/Graphics/GraphicsDevice.html#DrawUserIndexedPrimitives(Microsoft.Xna.Framework.Graphics.PrimitiveType, T[], int, int, short[], int, int, Microsoft.Xna.Framework.Graphics.VertexDeclaration)">DrawUserIndexedPrimitives</a></strong>(<ahref="../../../../Microsoft/Xna/Framework/Graphics/PrimitiveType.html"title="enum in Microsoft.Xna.Framework.Graphics">PrimitiveType</a> primitiveType,
T[] vertexData,
int vertexOffset,
int numVertices,
short[] indexData,
int indexOffset,
int primitiveCount,
<ahref="../../../../Microsoft/Xna/Framework/Graphics/VertexDeclaration.html"title="class in Microsoft.Xna.Framework.Graphics">VertexDeclaration</a> vertexDeclaration)</code> </td>
</tr>
<trclass="altColor">
<tdclass="colFirst"><code><T extends <ahref="../../../../System/ValueType.html"title="class in System">ValueType</a>&<ahref="../../../../Microsoft/Xna/Framework/Graphics/IVertexType.html"title="interface in Microsoft.Xna.Framework.Graphics">IVertexType</a>> <br>void</code></td>
<tdclass="colLast"><code><strong><ahref="../../../../Microsoft/Xna/Framework/Graphics/GraphicsDevice.html#DrawUserPrimitives(Microsoft.Xna.Framework.Graphics.PrimitiveType, T[], int, int)">DrawUserPrimitives</a></strong>(<ahref="../../../../Microsoft/Xna/Framework/Graphics/PrimitiveType.html"title="enum in Microsoft.Xna.Framework.Graphics">PrimitiveType</a> primitiveType,
T[] vertexData,
int vertexOffset,
int primitiveCount)</code> </td>
</tr>
<trclass="rowColor">
<tdclass="colFirst"><code><T extends <ahref="../../../../System/ValueType.html"title="class in System">ValueType</a>> <br>void</code></td>
<tdclass="colLast"><code><strong><ahref="../../../../Microsoft/Xna/Framework/Graphics/GraphicsDevice.html#DrawUserPrimitives(Microsoft.Xna.Framework.Graphics.PrimitiveType, T[], int, int, Microsoft.Xna.Framework.Graphics.VertexDeclaration)">DrawUserPrimitives</a></strong>(<ahref="../../../../Microsoft/Xna/Framework/Graphics/PrimitiveType.html"title="enum in Microsoft.Xna.Framework.Graphics">PrimitiveType</a> primitiveType,
T[] vertexData,
int vertexOffset,
int primitiveCount,
<ahref="../../../../Microsoft/Xna/Framework/Graphics/VertexDeclaration.html"title="class in Microsoft.Xna.Framework.Graphics">VertexDeclaration</a> vertexDeclaration)</code> </td>
</tr>
<trclass="altColor">
<tdclass="colFirst"><code><ahref="../../../../Microsoft/Xna/Framework/Graphics/GraphicsAdapter.html"title="class in Microsoft.Xna.Framework.Graphics">GraphicsAdapter</a></code></td>
<tdclass="colFirst"><code><ahref="../../../../Microsoft/Xna/Framework/Graphics/GraphicsProfile.html"title="enum in Microsoft.Xna.Framework.Graphics">GraphicsProfile</a></code></td>
<tdclass="colFirst"><code><ahref="../../../../Microsoft/Xna/Framework/Graphics/IndexBuffer.html"title="class in Microsoft.Xna.Framework.Graphics">IndexBuffer</a></code></td>
<tdclass="colFirst"><code><ahref="../../../../Microsoft/Xna/Framework/Graphics/PresentationParameters.html"title="class in Microsoft.Xna.Framework.Graphics">PresentationParameters</a></code></td>
<divclass="block">Gets the presentation parameters associated with this graphics device.</div>
</td>
</tr>
<trclass="altColor">
<tdclass="colFirst"><code><ahref="../../../../Microsoft/Xna/Framework/Graphics/RenderTargetBinding.html"title="class in Microsoft.Xna.Framework.Graphics">RenderTargetBinding</a>[]</code></td>
<tdclass="colFirst"><code><ahref="../../../../Microsoft/Xna/Framework/Graphics/TextureCollection.html"title="class in Microsoft.Xna.Framework.Graphics">TextureCollection</a></code></td>
<tdclass="colFirst"><code><ahref="../../../../Microsoft/Xna/Framework/Graphics/Viewport.html"title="class in Microsoft.Xna.Framework.Graphics">Viewport</a></code></td>
<tdclass="colLast"><code><strong><ahref="../../../../Microsoft/Xna/Framework/Graphics/GraphicsDevice.html#Reset(Microsoft.Xna.Framework.Graphics.PresentationParameters)">Reset</a></strong>(<ahref="../../../../Microsoft/Xna/Framework/Graphics/PresentationParameters.html"title="class in Microsoft.Xna.Framework.Graphics">PresentationParameters</a> presentationParameters)</code> </td>
</tr>
<trclass="altColor">
<tdclass="colFirst"><code>void</code></td>
<tdclass="colLast"><code><strong><ahref="../../../../Microsoft/Xna/Framework/Graphics/GraphicsDevice.html#Reset(Microsoft.Xna.Framework.Graphics.PresentationParameters, Microsoft.Xna.Framework.Graphics.GraphicsAdapter)">Reset</a></strong>(<ahref="../../../../Microsoft/Xna/Framework/Graphics/PresentationParameters.html"title="class in Microsoft.Xna.Framework.Graphics">PresentationParameters</a> presentationParameters,
<ahref="../../../../Microsoft/Xna/Framework/Graphics/GraphicsAdapter.html"title="class in Microsoft.Xna.Framework.Graphics">GraphicsAdapter</a> adapter)</code> </td>
</tr>
<trclass="rowColor">
<tdclass="colFirst"><code>void</code></td>
<tdclass="colLast"><code><strong><ahref="../../../../Microsoft/Xna/Framework/Graphics/GraphicsDevice.html#setBlendFactor(Microsoft.Xna.Framework.Color)">setBlendFactor</a></strong>(<ahref="../../../../Microsoft/Xna/Framework/Color.html"title="class in Microsoft.Xna.Framework">Color</a> value)</code> </td>
</tr>
<trclass="altColor">
<tdclass="colFirst"><code>void</code></td>
<tdclass="colLast"><code><strong><ahref="../../../../Microsoft/Xna/Framework/Graphics/GraphicsDevice.html#setIndices(Microsoft.Xna.Framework.Graphics.IndexBuffer)">setIndices</a></strong>(<ahref="../../../../Microsoft/Xna/Framework/Graphics/IndexBuffer.html"title="class in Microsoft.Xna.Framework.Graphics">IndexBuffer</a> value)</code> </td>
</tr>
<trclass="rowColor">
<tdclass="colFirst"><code>void</code></td>
<tdclass="colLast"><code><strong><ahref="../../../../Microsoft/Xna/Framework/Graphics/GraphicsDevice.html#SetRenderTarget(Microsoft.Xna.Framework.Graphics.RenderTarget2D)">SetRenderTarget</a></strong>(<ahref="../../../../Microsoft/Xna/Framework/Graphics/RenderTarget2D.html"title="class in Microsoft.Xna.Framework.Graphics">RenderTarget2D</a> renderTarget)</code>
<divclass="block">Sets a new render target for this GraphicsDevice.</div>
</td>
</tr>
<trclass="altColor">
<tdclass="colFirst"><code>void</code></td>
<tdclass="colLast"><code><strong><ahref="../../../../Microsoft/Xna/Framework/Graphics/GraphicsDevice.html#SetRenderTarget(Microsoft.Xna.Framework.Graphics.RenderTargetCube, Microsoft.Xna.Framework.Graphics.CubeMapFace)">SetRenderTarget</a></strong>(<ahref="../../../../Microsoft/Xna/Framework/Graphics/RenderTargetCube.html"title="class in Microsoft.Xna.Framework.Graphics">RenderTargetCube</a> renderTarget,
<ahref="../../../../Microsoft/Xna/Framework/Graphics/CubeMapFace.html"title="enum in Microsoft.Xna.Framework.Graphics">CubeMapFace</a> cubeMapFace)</code> </td>
</tr>
<trclass="rowColor">
<tdclass="colFirst"><code>void</code></td>
<tdclass="colLast"><code><strong><ahref="../../../../Microsoft/Xna/Framework/Graphics/GraphicsDevice.html#SetRenderTargets(Microsoft.Xna.Framework.Graphics.RenderTargetBinding...)">SetRenderTargets</a></strong>(<ahref="../../../../Microsoft/Xna/Framework/Graphics/RenderTargetBinding.html"title="class in Microsoft.Xna.Framework.Graphics">RenderTargetBinding</a>... renderTargets)</code>
<divclass="block">Sets an array of RenderTargets.</div>
</td>
</tr>
<trclass="altColor">
<tdclass="colFirst"><code>void</code></td>
<tdclass="colLast"><code><strong><ahref="../../../../Microsoft/Xna/Framework/Graphics/GraphicsDevice.html#SetVertexBuffer(Microsoft.Xna.Framework.Graphics.VertexBuffer)">SetVertexBuffer</a></strong>(<ahref="../../../../Microsoft/Xna/Framework/Graphics/VertexBuffer.html"title="class in Microsoft.Xna.Framework.Graphics">VertexBuffer</a> vertexBuffer)</code>
<divclass="block">Sets or binds a vertex buffer to the device.</div>
</td>
</tr>
<trclass="rowColor">
<tdclass="colFirst"><code>void</code></td>
<tdclass="colLast"><code><strong><ahref="../../../../Microsoft/Xna/Framework/Graphics/GraphicsDevice.html#SetVertexBuffer(Microsoft.Xna.Framework.Graphics.VertexBuffer, int)">SetVertexBuffer</a></strong>(<ahref="../../../../Microsoft/Xna/Framework/Graphics/VertexBuffer.html"title="class in Microsoft.Xna.Framework.Graphics">VertexBuffer</a> vertexBuffer,
int vertexOffset)</code> </td>
</tr>
<trclass="altColor">
<tdclass="colFirst"><code>void</code></td>
<tdclass="colLast"><code><strong><ahref="../../../../Microsoft/Xna/Framework/Graphics/GraphicsDevice.html#setViewport(Microsoft.Xna.Framework.Graphics.Viewport)">setViewport</a></strong>(<ahref="../../../../Microsoft/Xna/Framework/Graphics/Viewport.html"title="class in Microsoft.Xna.Framework.Graphics">Viewport</a> value)</code> </td>
<pre>public final <ahref="../../../../System/Event.html"title="class in System">Event</a><<ahref="../../../../System/EventArgs.html"title="class in System">EventArgs</a>> DeviceLost</pre>
</li>
</ul>
<aname="DeviceReset">
<!---->
</a>
<ulclass="blockList">
<liclass="blockList">
<h4>DeviceReset</h4>
<pre>public final <ahref="../../../../System/Event.html"title="class in System">Event</a><<ahref="../../../../System/EventArgs.html"title="class in System">EventArgs</a>> DeviceReset</pre>
</li>
</ul>
<aname="DeviceResetting">
<!---->
</a>
<ulclass="blockList">
<liclass="blockList">
<h4>DeviceResetting</h4>
<pre>public final <ahref="../../../../System/Event.html"title="class in System">Event</a><<ahref="../../../../System/EventArgs.html"title="class in System">EventArgs</a>> DeviceResetting</pre>
</li>
</ul>
<aname="Disposing">
<!---->
</a>
<ulclass="blockList">
<liclass="blockList">
<h4>Disposing</h4>
<pre>public final <ahref="../../../../System/Event.html"title="class in System">Event</a><<ahref="../../../../System/EventArgs.html"title="class in System">EventArgs</a>> Disposing</pre>
</li>
</ul>
<aname="ResourceCreated">
<!---->
</a>
<ulclass="blockList">
<liclass="blockList">
<h4>ResourceCreated</h4>
<pre>public final <ahref="../../../../System/Event.html"title="class in System">Event</a><<ahref="../../../../Microsoft/Xna/Framework/Graphics/ResourceCreatedEventArgs.html"title="class in Microsoft.Xna.Framework.Graphics">ResourceCreatedEventArgs</a>> ResourceCreated</pre>
</li>
</ul>
<aname="ResourceDestroyed">
<!---->
</a>
<ulclass="blockListLast">
<liclass="blockList">
<h4>ResourceDestroyed</h4>
<pre>public final <ahref="../../../../System/Event.html"title="class in System">Event</a><<ahref="../../../../Microsoft/Xna/Framework/Graphics/ResourceDestroyedEventArgs.html"title="class in Microsoft.Xna.Framework.Graphics">ResourceDestroyedEventArgs</a>> ResourceDestroyed</pre>
<pre>public GraphicsDevice(<ahref="../../../../Microsoft/Xna/Framework/Graphics/GraphicsAdapter.html"title="class in Microsoft.Xna.Framework.Graphics">GraphicsAdapter</a> adapter,
<ahref="../../../../Microsoft/Xna/Framework/Graphics/GraphicsProfile.html"title="enum in Microsoft.Xna.Framework.Graphics">GraphicsProfile</a> profile,
<ahref="../../../../Microsoft/Xna/Framework/Graphics/PresentationParameters.html"title="class in Microsoft.Xna.Framework.Graphics">PresentationParameters</a> presentationParameters)</pre>
<pre>public <ahref="../../../../Microsoft/Xna/Framework/Graphics/GraphicsAdapter.html"title="class in Microsoft.Xna.Framework.Graphics">GraphicsAdapter</a> getAdapter()</pre>
</li>
</ul>
<aname="getBlendFactor()">
<!---->
</a>
<ulclass="blockList">
<liclass="blockList">
<h4>getBlendFactor</h4>
<pre>public <ahref="../../../../Microsoft/Xna/Framework/Color.html"title="class in Microsoft.Xna.Framework">Color</a> getBlendFactor()</pre>
<pre>public void setBlendFactor(<ahref="../../../../Microsoft/Xna/Framework/Color.html"title="class in Microsoft.Xna.Framework">Color</a> value)</pre>
<pre>public <ahref="../../../../Microsoft/Xna/Framework/Graphics/GraphicsProfile.html"title="enum in Microsoft.Xna.Framework.Graphics">GraphicsProfile</a> getGraphicsProfile()</pre>
</li>
</ul>
<aname="getIndices()">
<!---->
</a>
<ulclass="blockList">
<liclass="blockList">
<h4>getIndices</h4>
<pre>public <ahref="../../../../Microsoft/Xna/Framework/Graphics/IndexBuffer.html"title="class in Microsoft.Xna.Framework.Graphics">IndexBuffer</a> getIndices()</pre>
<pre>public void setIndices(<ahref="../../../../Microsoft/Xna/Framework/Graphics/IndexBuffer.html"title="class in Microsoft.Xna.Framework.Graphics">IndexBuffer</a> value)</pre>
<pre>public <ahref="../../../../Microsoft/Xna/Framework/Graphics/PresentationParameters.html"title="class in Microsoft.Xna.Framework.Graphics">PresentationParameters</a> getPresentationParameters()</pre>
<divclass="block">Gets the presentation parameters associated with this graphics device.</div>
</li>
</ul>
<aname="getTextures()">
<!---->
</a>
<ulclass="blockList">
<liclass="blockList">
<h4>getTextures</h4>
<pre>public <ahref="../../../../Microsoft/Xna/Framework/Graphics/TextureCollection.html"title="class in Microsoft.Xna.Framework.Graphics">TextureCollection</a> getTextures()</pre>
<pre>public <ahref="../../../../Microsoft/Xna/Framework/Graphics/Viewport.html"title="class in Microsoft.Xna.Framework.Graphics">Viewport</a> getViewport()</pre>
<pre>public void setViewport(<ahref="../../../../Microsoft/Xna/Framework/Graphics/Viewport.html"title="class in Microsoft.Xna.Framework.Graphics">Viewport</a> value)</pre>
<pre>public void Clear(<ahref="../../../../Microsoft/Xna/Framework/Color.html"title="class in Microsoft.Xna.Framework">Color</a> color)</pre>
<pre>public void Clear(java.util.EnumSet<<ahref="../../../../Microsoft/Xna/Framework/Graphics/ClearOptions.html"title="enum in Microsoft.Xna.Framework.Graphics">ClearOptions</a>> options,
<ahref="../../../../Microsoft/Xna/Framework/Color.html"title="class in Microsoft.Xna.Framework">Color</a> color,
<pre>public void Clear(java.util.EnumSet<<ahref="../../../../Microsoft/Xna/Framework/Graphics/ClearOptions.html"title="enum in Microsoft.Xna.Framework.Graphics">ClearOptions</a>> options,
<ahref="../../../../Microsoft/Xna/Framework/Vector4.html"title="class in Microsoft.Xna.Framework">Vector4</a> color,
<divclass="block"><strong>Description copied from interface: <code><ahref="../../../../System/IDisposable.html#Dispose()">IDisposable</a></code></strong></div>
<divclass="block">Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.</div>
<dl>
<dt><strong>Specified by:</strong></dt>
<dd><code><ahref="../../../../System/IDisposable.html#Dispose()">Dispose</a></code> in interface <code><ahref="../../../../System/IDisposable.html"title="interface in System">IDisposable</a></code></dd>
<pre>public void DrawIndexedPrimitives(<ahref="../../../../Microsoft/Xna/Framework/Graphics/PrimitiveType.html"title="enum in Microsoft.Xna.Framework.Graphics">PrimitiveType</a> primitiveType,
int baseVertex,
int minVertexIndex,
int numVertices,
int startIndex,
int primitiveCount)</pre>
<divclass="block">Renders the specified geometric primitive, based on indexing into an array of vertices.</div>
<dl><dt><spanclass="strong">Parameters:</span></dt><dd><code>primitiveType</code> - Describes the type of primitive to render. PrimitiveType.PointList is not supported with this method.</dd><dd><code>baseVertex</code> - Offset to add to each vertex index in the index buffer.</dd><dd><code>minVertexIndex</code> - Minimum vertex index for vertices used during the call. The minVertexIndex parameter and all of the indices in the index stream are relative to the baseVertex parameter.</dd><dd><code>numVertices</code> - Number of vertices used during the call. The first vertex is located at index: baseVertex + minVertexIndex.</dd><dd><code>startIndex</code> - Location in the index array at which to start reading vertices.</dd><dd><code>primitiveCount</code> - Number of primitives to render. The number of vertices used is a function of primitiveCount and primitiveType.</dd></dl>
<pre>public void DrawInstancedPrimitives(<ahref="../../../../Microsoft/Xna/Framework/Graphics/PrimitiveType.html"title="enum in Microsoft.Xna.Framework.Graphics">PrimitiveType</a> primitiveType,
int baseVertex,
int minVertexIndex,
int numVertices,
int startIndex,
int primitiveCount,
int instanceCount)</pre>
<divclass="block">Draws a series of instanced models.</div>
<dl><dt><spanclass="strong">Parameters:</span></dt><dd><code>primitiveType</code> - The primitive type.</dd><dd><code>baseVertex</code> - Offset to add to each vertex index in the index buffer.</dd><dd><code>minVertexIndex</code> - Minimum vertex index for vertices used during the call. The minVertexIndex parameter and all of the indices in the index stream are relative to the baseVertex parameter.</dd><dd><code>numVertices</code> - Number of vertices used during the call. The first vertex is located at index: baseVertex + minVertexIndex.</dd><dd><code>startIndex</code> - Location in the index array at which to start reading vertices.</dd><dd><code>primitiveCount</code> - Number of primitives to render. The number of vertices used is a function of primitiveCount and primitiveType.</dd><dd><code>instanceCount</code> - Number of primitives to render.</dd></dl>
<pre>public void DrawPrimitives(<ahref="../../../../Microsoft/Xna/Framework/Graphics/PrimitiveType.html"title="enum in Microsoft.Xna.Framework.Graphics">PrimitiveType</a> primitiveType,
int startVertex,
int primitiveCount)</pre>
<divclass="block">Renders a sequence of non-indexed geometric primitives of the specified type from the current set of data input streams.</div>
<dl><dt><spanclass="strong">Parameters:</span></dt><dd><code>primitiveType</code> - Describes the type of primitive to render.</dd><dd><code>startVertex</code> - Index of the first vertex to load. Beginning at startVertex, the correct number of vertices is read out of the vertex buffer.</dd><dd><code>primitiveCount</code> - Number of primitives to render. The primitiveCount is the number of primitives as determined by the primitive type. If it is a line list, each primitive has two vertices. If it is a triangle list, each primitive has three vertices.</dd></dl>
<pre>public <T extends <ahref="../../../../System/ValueType.html"title="class in System">ValueType</a>&<ahref="../../../../Microsoft/Xna/Framework/Graphics/IVertexType.html"title="interface in Microsoft.Xna.Framework.Graphics">IVertexType</a>> void DrawUserIndexedPrimitives(<ahref="../../../../Microsoft/Xna/Framework/Graphics/PrimitiveType.html"title="enum in Microsoft.Xna.Framework.Graphics">PrimitiveType</a> primitiveType,
T[] vertexData,
int vertexOffset,
int numVertices,
int[] indexData,
int indexOffset,
int primitiveCount)</pre>
<divclass="block">Renders indexed primitives from a 32-bit index buffer and other related input parameters.</div>
<dl><dt><spanclass="strong">Parameters:</span></dt><dd><code>primitiveType</code> - The primitive type.</dd><dd><code>vertexData</code> - The vertex data.</dd><dd><code>vertexOffset</code> - Offset (in vertices) from the beginning of the vertex buffer to the first vertex to draw.</dd><dd><code>numVertices</code> - Number of vertices to draw.</dd><dd><code>indexData</code> - The index data.</dd><dd><code>indexOffset</code> - Offset (in indices) from the beginning of the index buffer to the first index to use.</dd><dd><code>primitiveCount</code> - Number of primitives to render.</dd></dl>
<pre>public <T extends <ahref="../../../../System/ValueType.html"title="class in System">ValueType</a>> void DrawUserIndexedPrimitives(<ahref="../../../../Microsoft/Xna/Framework/Graphics/PrimitiveType.html"title="enum in Microsoft.Xna.Framework.Graphics">PrimitiveType</a> primitiveType,
T[] vertexData,
int vertexOffset,
int numVertices,
int[] indexData,
int indexOffset,
int primitiveCount,
<ahref="../../../../Microsoft/Xna/Framework/Graphics/VertexDeclaration.html"title="class in Microsoft.Xna.Framework.Graphics">VertexDeclaration</a> vertexDeclaration)</pre>
<pre>public <T extends <ahref="../../../../System/ValueType.html"title="class in System">ValueType</a>&<ahref="../../../../Microsoft/Xna/Framework/Graphics/IVertexType.html"title="interface in Microsoft.Xna.Framework.Graphics">IVertexType</a>> void DrawUserIndexedPrimitives(<ahref="../../../../Microsoft/Xna/Framework/Graphics/PrimitiveType.html"title="enum in Microsoft.Xna.Framework.Graphics">PrimitiveType</a> primitiveType,
<pre>public <T extends <ahref="../../../../System/ValueType.html"title="class in System">ValueType</a>> void DrawUserIndexedPrimitives(<ahref="../../../../Microsoft/Xna/Framework/Graphics/PrimitiveType.html"title="enum in Microsoft.Xna.Framework.Graphics">PrimitiveType</a> primitiveType,
T[] vertexData,
int vertexOffset,
int numVertices,
short[] indexData,
int indexOffset,
int primitiveCount,
<ahref="../../../../Microsoft/Xna/Framework/Graphics/VertexDeclaration.html"title="class in Microsoft.Xna.Framework.Graphics">VertexDeclaration</a> vertexDeclaration)</pre>
<pre>public <T extends <ahref="../../../../System/ValueType.html"title="class in System">ValueType</a>&<ahref="../../../../Microsoft/Xna/Framework/Graphics/IVertexType.html"title="interface in Microsoft.Xna.Framework.Graphics">IVertexType</a>> void DrawUserPrimitives(<ahref="../../../../Microsoft/Xna/Framework/Graphics/PrimitiveType.html"title="enum in Microsoft.Xna.Framework.Graphics">PrimitiveType</a> primitiveType,
<pre>public <T extends <ahref="../../../../System/ValueType.html"title="class in System">ValueType</a>> void DrawUserPrimitives(<ahref="../../../../Microsoft/Xna/Framework/Graphics/PrimitiveType.html"title="enum in Microsoft.Xna.Framework.Graphics">PrimitiveType</a> primitiveType,
T[] vertexData,
int vertexOffset,
int primitiveCount,
<ahref="../../../../Microsoft/Xna/Framework/Graphics/VertexDeclaration.html"title="class in Microsoft.Xna.Framework.Graphics">VertexDeclaration</a> vertexDeclaration)</pre>
<pre>public <T extends java.lang.Number> void GetBackBufferData(<ahref="../../../../Microsoft/Xna/Framework/Rectangle.html"title="class in Microsoft.Xna.Framework">Rectangle</a> rect,
<pre>public <ahref="../../../../Microsoft/Xna/Framework/Graphics/RenderTargetBinding.html"title="class in Microsoft.Xna.Framework.Graphics">RenderTargetBinding</a>[] GetRenderTargets()</pre>
<pre>public void Reset(<ahref="../../../../Microsoft/Xna/Framework/Graphics/PresentationParameters.html"title="class in Microsoft.Xna.Framework.Graphics">PresentationParameters</a> presentationParameters)</pre>
<pre>public void Reset(<ahref="../../../../Microsoft/Xna/Framework/Graphics/PresentationParameters.html"title="class in Microsoft.Xna.Framework.Graphics">PresentationParameters</a> presentationParameters,
<ahref="../../../../Microsoft/Xna/Framework/Graphics/GraphicsAdapter.html"title="class in Microsoft.Xna.Framework.Graphics">GraphicsAdapter</a> adapter)</pre>
<pre>public void SetRenderTarget(<ahref="../../../../Microsoft/Xna/Framework/Graphics/RenderTarget2D.html"title="class in Microsoft.Xna.Framework.Graphics">RenderTarget2D</a> renderTarget)</pre>
<divclass="block">Sets a new render target for this GraphicsDevice.</div>
<dl><dt><spanclass="strong">Parameters:</span></dt><dd><code>renderTarget</code> - A new render target for the device, or null to set the device render target to the back buffer of the device.</dd></dl>
<pre>public void SetRenderTarget(<ahref="../../../../Microsoft/Xna/Framework/Graphics/RenderTargetCube.html"title="class in Microsoft.Xna.Framework.Graphics">RenderTargetCube</a> renderTarget,
<ahref="../../../../Microsoft/Xna/Framework/Graphics/CubeMapFace.html"title="enum in Microsoft.Xna.Framework.Graphics">CubeMapFace</a> cubeMapFace)</pre>
<pre>public void SetRenderTargets(<ahref="../../../../Microsoft/Xna/Framework/Graphics/RenderTargetBinding.html"title="class in Microsoft.Xna.Framework.Graphics">RenderTargetBinding</a>... renderTargets)</pre>
<divclass="block">Sets an array of RenderTargets.</div>
<dl><dt><spanclass="strong">Parameters:</span></dt><dd><code>renderTargets</code> - An array of RenderTargets.</dd></dl>
<pre>public void SetVertexBuffer(<ahref="../../../../Microsoft/Xna/Framework/Graphics/VertexBuffer.html"title="class in Microsoft.Xna.Framework.Graphics">VertexBuffer</a> vertexBuffer)</pre>
<divclass="block">Sets or binds a vertex buffer to the device.</div>
<dl><dt><spanclass="strong">Parameters:</span></dt><dd><code>vertexBuffer</code> - A vertex buffer.</dd></dl>
<pre>public void SetVertexBuffer(<ahref="../../../../Microsoft/Xna/Framework/Graphics/VertexBuffer.html"title="class in Microsoft.Xna.Framework.Graphics">VertexBuffer</a> vertexBuffer,
<li><ahref="../../../../Microsoft/Xna/Framework/Graphics/GraphicsAdapter.html"title="class in Microsoft.Xna.Framework.Graphics"><spanclass="strong">Prev Class</span></a></li>
<li><ahref="../../../../Microsoft/Xna/Framework/Graphics/GraphicsDeviceStatus.html"title="enum in Microsoft.Xna.Framework.Graphics"><spanclass="strong">Next Class</span></a></li>