OpenGL-2.2.1.1: A binding for the OpenGL graphics systemSource codeContentsIndex
Graphics.Rendering.OpenGL.GL.SavingState
Portabilityportable
Stabilitystable
Maintainersven.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 Source
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 aSource
data ClientAttributeGroup Source
Constructors
PixelStoreAttributes
VertexArrayAttributes
AllClientAttributes
show/hide Instances
preservingClientAttrib :: [ClientAttributeGroup] -> IO a -> IO aSource
Produced by Haddock version 0.8