Tesla Graphics Engine Documentation (January 2012)
IndexBufferImplementation Constructor (indexFormat, indexCount, usage)
TeslaTesla.Graphics.ImplementationIndexBufferImplementationIndexBufferImplementation(IndexFormat, Int32, ResourceUsage)
Creates a new instance of IndexBufferImplementation.
Declaration Syntax
C#
protected IndexBufferImplementation(
	IndexFormat indexFormat,
	int indexCount,
	ResourceUsage usage
)
Parameters
indexFormat (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.

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