GraphicsDevice.DrawUserIndexedPrimitives Method
Renders the specified geometric primitive with data specified by the user.
Overload List
Name | Description |
---|---|
GraphicsDevice.DrawUserIndexedPrimitives (PrimitiveType, T[], Int32, Int32, Int16[], Int32, Int32) | Renders geometric primitives with indexed data specified by the user, specifying an index buffer as an array of type Int16. |
GraphicsDevice.DrawUserIndexedPrimitives (PrimitiveType, T[], Int32, Int32, Int32[], Int32, Int32) | Renders geometric primitives with indexed data specified by the user, specifying an index buffer as an array of type Int32. |
See Also
Reference
GraphicsDevice Class
GraphicsDevice Members
Microsoft.Xna.Framework.Graphics Namespace