EnableClearColor

Description

This command is deprecated, you can choose to clear by using ClearScreen or not.

If you wish to maintain the contents of a previous rendered image then you should render to a new image and apply the previously rendered image to a quad to draw it as a background. You can then swap the images in the next frame to continuously render the previous frame as a background to the current frame.

Definition

EnableClearColor( clear )