Tesla Graphics Engine Documentation (January 2012)
GetData<(Of <(<'T>)>)> Method (face, data, mipLevel, subimage, startIndex, elementCount)
TeslaTesla.Direct3D10.Graphics.ImplementationD3D10TextureCubeImplementationGetData<(Of <<'(T>)>>)(CubeMapFace, array<T>[]()[][], Int32, Nullable<(Of <<'(Rectangle>)>>), Int32, Int32)
Gets the data.
Declaration Syntax
C#
public override void GetData<T>(
	CubeMapFace face,
	T[] data,
	int mipLevel,
	Nullable<Rectangle> subimage,
	int startIndex,
	int elementCount
)
where T : struct, new()
Generic Template Parameters
T
Parameters
face (CubeMapFace)
The face.
data (array<T>[]()[][])
The data.
mipLevel (Int32)
The mip level.
subimage (Nullable<(Of <(<'Rectangle>)>)>)
The subimage.
startIndex (Int32)
The start index.
elementCount (Int32)
The element count.
Exceptions
Exception Condition
ArgumentException Thrown if the format byte size of the type to write and the texture do not match, the subimage dimensions are invalid, or if the total size to write and the total size in the texture do not match
TeslaException Thrown if there was an error writing to the texture.

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