Settings for how color will be cleared before rendering.

Enumeration Members

Background: number

Use the Device Texture for the color color

CustomColor: number

The frame will be cleared with a color before being rendered to.

CustomTexture: number

The frame will be cleared with a texture before being rendered to.

None: number

The frame will not be cleared before being rendered to (draws over the previous frame).