ClearScreen

Description

Clears the screen or the current render target if using SetRenderToImage. If you do not clear then the contents of the screen or render target are undefined. This is fine as long as you will be drawing to every single pixel, e.g. when drawing a fullscreen quad.

Definition

ClearScreen()