Tesla Graphics Engine Documentation (January 2012)
IndexBuffer Constructor (format, indexCount, usage)
TeslaTesla.GraphicsIndexBufferIndexBuffer(IndexFormat, Int32, ResourceUsage)
Creates a new instance of IndexBuffer.
Declaration Syntax
C#
public IndexBuffer(
	IndexFormat format,
	int indexCount,
	ResourceUsage usage
)
Parameters
format (IndexFormat)
The index format.
indexCount (Int32)
The number of indices the buffer will contain.
usage (ResourceUsage)
The resource usage specifying the type of memory the buffer should use.
Exceptions
Exception Condition
TeslaException Thrown if creating the underlying buffer fails.

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