Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ DrawUserPrimitives< T >() [1/2]

void Microsoft.Xna.Framework.Graphics.GraphicsDevice.DrawUserPrimitives< T > ( PrimitiveType primitiveType,
T[] vertexData,
int vertexOffset,
int primitiveCount )
inline
Type Constraints
T :struct 
T :IVertexType 

Definition at line 1659 of file GraphicsDevice.cs.

1659 : struct, IVertexType
1660 {
1661 DrawUserPrimitives(primitiveType, vertexData, vertexOffset, primitiveCount, VertexDeclarationFactory<T>.VertexDeclaration);
1662 }