Tesla Graphics Engine Documentation (January 2012)
Clear Method (options, color, depth, stencil)
TeslaTesla.GraphicsIRendererClear(ClearOptions, Color, Single, Int32)
Clears all bounded render targets.
Declaration Syntax
C#
void Clear(
	ClearOptions options,
	Color color,
	float depth,
	int stencil
)
Parameters
options (ClearOptions)
Options specifying which buffer to clear - Color, Depth, and Stencil
color (Color)
Color to clear to
depth (Single)
Depth value to clear to
stencil (Int32)
Stencil value to clear to

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