lowgl-0.3.1.2: Basic gl wrapper and reference

Safe HaskellNone
LanguageHaskell2010

Graphics.GL.Low.Color

Synopsis

Documentation

enableColorWriting :: MonadIO m => m () Source

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

disableColorWriting :: MonadIO m => m () Source

Disable rendering to color buffer.

clearColorBuffer :: MonadIO m => (Float, Float, Float) -> m () Source

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