lowgl-0.2.0.0: Basic gl wrapper and reference

Safe HaskellNone
LanguageHaskell2010

Graphics.GL.Low.Color

Synopsis

Documentation

enableColorWriting :: IO ()

Allow rendering commands to modify the color buffer of the current framebuffer.

disableColorWriting :: IO ()

Disable rendering to color buffer.

clearColorBuffer :: (Float, Float, Float) -> IO ()

Clear the color buffer of the current framebuffer with the specified color. Has no effect if writing to the color buffer is disabled.