Tesla Graphics Engine Documentation (January 2012)
DrawIndexedInstanced Method (primType, indexCountPerInstance, startIndex, baseVertex, instanceCount)
TeslaTesla.GraphicsBaseRendererDrawIndexedInstanced(PrimitiveType, Int32, Int32, Int32, Int32)
Draws indexed, instanced geometry.
Declaration Syntax
C#
public abstract void DrawIndexedInstanced(
	PrimitiveType primType,
	int indexCountPerInstance,
	int startIndex,
	int baseVertex,
	int instanceCount
)
Parameters
primType (PrimitiveType)
Type of the primitives to draw.
indexCountPerInstance (Int32)
Number of indices per instance to draw.
startIndex (Int32)
Starting index in the index buffer at which to read vertex indices from.
baseVertex (Int32)
Offset to add to each vertex index in the index buffer.
instanceCount (Int32)
Number of instances to draw.

Assembly: Tesla (Module: Tesla) Version: 0.5.0.0 (0.5.0.0)