Tesla Graphics Engine Documentation (January 2012)
RenderTargetUsage Enumeration
TeslaTesla.GraphicsRenderTargetUsage
Determines how data is used when a render target is activated.
Declaration Syntax
C#
public enum RenderTargetUsage
Members
Member Description
DiscardContents Always clear the contents of the target.
PreserveContents Always keep the contents of the target
PlatformDefault Use the platform default, which is either discard or preserve.

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