Portability | portable |
---|---|
Stability | stable |
Maintainer | Sven Panne <[email protected]> |
Safe Haskell | None |
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