Name
sdl.RenderClear -- clear target
Synopsis
sdl.RenderClear(display)
Function
Use this function to clear the current rendering target with the drawing color. This function clears the entire rendering target, ignoring the viewport and the clip rectangle.

Inputs
display
identifier of display whose renderer should be used

Show TOC