Tesla Graphics Engine Documentation (January 2012)
SetData<(Of <(<'T>)>)> Method (data)
TeslaTesla.GraphicsTexture2DSetData<(Of <<'(T>)>>)(array<T>[]()[][])
Sets the data to the texture at the first mip level.
Declaration Syntax
C#
public void SetData<T>(
	T[] data
)
where T : struct, new()
Generic Template Parameters
T
Type of data in the array.
Parameters
data (array<T>[]()[][])
Array of data.
Remarks
See implementors for details on other exceptions that can be thrown.
Exceptions
Exception Condition
ArgumentNullException Thrown if data is null.
TeslaException Thrown if there is an error writing to the texture or arguments are invalid, check the inner exception for additional details.

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