HOpenGL Libraries (OpenGL package)ContentsIndex
Graphics.Rendering.OpenGL.GL.SavingState
Portabilityportable
Stabilityprovisional
Maintainersven.panne@aedion.de
Description
This module corresponds to section 6.1.14 (Saving and Restoring State) of the OpenGL 1.5 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
show/hide Instances
preservingAttrib :: [ServerAttributeGroup] -> IO a -> IO a
data ClientAttributeGroup
Constructors
PixelStoreAttributes
VertexArrayAttributes
AllClientAttributes
show/hide Instances
preservingClientAttrib :: [ClientAttributeGroup] -> IO a -> IO a
Produced by Haddock version 0.7