|
Graphics.Rendering.OpenGL.GL.SavingState | Portability | portable | Stability | stable | Maintainer | sven.panne@aedion.de |
|
|
|
Description |
This module corresponds to section 6.1.14 (Saving and Restoring State) of the
OpenGL 2.1 specs.
|
|
|
Documentation |
|
data ServerAttributeGroup |
Constructors | CurrentAttributes | | PointAttributes | | LineAttributes | | PolygonAttributes | | PolygonStippleAttributes | | PixelModeAttributes | | LightingAttributes | | FogAttributes | | DepthBufferAttributes | | AccumBufferAttributes | | StencilBufferAttributes | | ViewportAttributes | | TransformAttributes | | EnableAttributes | | ColorBufferAttributes | | HintAttributes | | EvalAttributes | | ListAttributes | | TextureAttributes | | ScissorAttributes | | MultisampleAttributes | | AllServerAttributes | |
| Instances | |
|
|
preservingAttrib :: [ServerAttributeGroup] -> IO a -> IO a |
|
data ClientAttributeGroup |
Constructors | PixelStoreAttributes | | VertexArrayAttributes | | AllClientAttributes | |
| Instances | |
|
|
preservingClientAttrib :: [ClientAttributeGroup] -> IO a -> IO a |
|
Produced by Haddock version 0.8 |