Determines how data is used when a render target is activated.
| C# |
public enum RenderTargetUsage
| 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)