IRenderTarget.clear

Clears the container texture by calling bind() -> glClearColor(r, g, b, 1) -> glClear(GL_COLOR_BUFFER_BIT).

interface IRenderTarget
final
void
clear
(
float r
,
float g
,
float b
)

Meta