RenderTargetClearFlags

Description

[Flags]
enum Tinman.Engine.Rendering.RenderTargetClearFlags

Enumeration of render buffers for clearing.

Public / Constants

None

public constant None → (0:int32)

Do not clear any buffer.

Color

public constant Color → (1:int32)

Clear target color buffer.

Depth

public constant Depth → (2:int32)

Clear depth buffer.

Stencil

public constant Stencil → (4:int32)

Clear stencil buffer.

All

public constant All → (7:int32)

Clear all buffers.