Tesla Graphics Engine Documentation (January 2012)
Clear Method (options, color, depth, stencil)
TeslaTesla.Direct3D10.GraphicsD3D10RendererClear(ClearOptions, Color, Single, Int32)
Clears all bounded render targets.
Declaration Syntax
C#
public override 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.Direct3D10 (Module: Tesla.Direct3D10) Version: 0.5.0.0 (0.5.0.0)