Tesla Graphics Engine Documentation (January 2012)
SetInterleavedData Method (data)
TeslaTesla.Graphics.ImplementationVertexBufferImplementationSetInterleavedData(array<DataBuffer>[]()[][])
Convienence method that takes an array of data buffers, each representing a vertex element (in the order declared by the vertex declaration), and writes all of the data to the vertex buffer. The buffers must match the vertex declaration as well as the byte sizes of each element and all be of the same length.
Declaration Syntax
C#
public abstract void SetInterleavedData(
	params DataBuffer[] data
)
Parameters
data (array<DataBuffer>[]()[][])
Array of databuffers representing the vertex data.
Remarks
See implementors for exceptions that may occur.

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