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