Tesla Graphics Engine Documentation (January 2012)
DataBuffer<(Of <(<'T>)>)> Constructor (data)
TeslaTesla.CoreDataBuffer<(Of <(<'T>)>)>DataBuffer<(Of <(<'T>)>)>(array<T>[]()[][])
Instantiates a new DataBuffer initialized with the input data, which will be used as the backing store.
Declaration Syntax
C#
public DataBuffer(
	params T[] data
)
Parameters
data (array<T>[]()[][])
Array of values that will act as the backing store
Exceptions
Exception Condition
ArgumentNullException Thrown if the data is null or length is zero.

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