Tesla Graphics Engine Documentation (January 2012)
GetBackBufferData<(Of <(<'T>)>)> Method (data, startIndex, elementCount)
TeslaTesla.GraphicsSwapChainGetBackBufferData<(Of <<'(T>)>>)(array<T>[]()[][], Int32, Int32)
Gets the backbuffer as an array of data.
Declaration Syntax
C#
public void GetBackBufferData<T>(
	T[] data,
	int startIndex,
	int elementCount
)
where T : struct, new()
Generic Template Parameters
T
Specified data type
Parameters
data (array<T>[]()[][])
The array to store the data in
startIndex (Int32)
The starting index in the array
elementCount (Int32)
The number of elements to copy

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