Portability | portable |
---|---|
Stability | stable |
Maintainer | [email protected] |
Safe Haskell | Safe-Infered |
Graphics.Rendering.OpenGL.GL.SavingState
Description
This module corresponds to section 6.1.14 (Saving and Restoring State) of the OpenGL 2.1 specs.
Documentation
data ServerAttributeGroup Source
Constructors
preservingAttrib :: [ServerAttributeGroup] -> IO a -> IO aSource
preservingClientAttrib :: [ClientAttributeGroup] -> IO a -> IO aSource