GM:PreRender
Description
Called before the renderer is about to start rendering the next frame.
Returns
1 boolean
Return true to prevent all rendering. This can make the whole game stop rendering anything.
Example
Fills the draw buffer with black pixels, removing tearing when looking at a world leak. Achieves the same effect as using gl_clear. This is no longer needed as GMod does this by default.