Tesla Graphics Engine Documentation (January 2012)
CreateTextureCubeImplementation Method (size, genMipmap, format, data)
TeslaTesla.GraphicsIRenderSystemProviderCreateTextureCubeImplementation(Int32, Boolean, SurfaceFormat, array<DataBuffer>[]()[][])
Creates a new texture cube implementation.
Declaration Syntax
C#
TextureCubeImplementation CreateTextureCubeImplementation(
	int size,
	bool genMipmap,
	SurfaceFormat format,
	DataBuffer[] data
)
Parameters
size (Int32)
Size (width/height) of the cube texture
genMipmap (Boolean)
True if mipmaps should be generated
format (SurfaceFormat)
Surface format
data (array<DataBuffer>[]()[][])
DataBuffer to populate from, if null an empty texture is generated.
Return Value
Texture cube implementation

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