Tesla Graphics Engine Documentation (January 2012)
Clear Method (color)
TeslaTesla.GraphicsSwapChainClear(Color)
Clears everything (Target, Depth, and Stencil) using the default values for depth (1.0f) and stencil (0.0f).
Declaration Syntax
C#
public void Clear(
	Color color
)
Parameters
color (Color)
Color value to clear the target to
Remarks
The use of a swapchain differs slightly from using render targets. When a swapchain's targets are set to the device, other render targets (off screen) can be set. To make the backbuffer active again, simply set null to the renderer.

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