Sophie

Sophie

distrib > Fedora > 15 > i386 > by-pkgid > 2cca44f12eb8ef579d4d0baff7068f29 > files > 219

ghc-OpenGL-devel-2.2.3.0-7.fc15.i686.rpm

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /><title>Graphics.Rendering.OpenGL.GL.SavingState</title><link href="ocean.css" rel="stylesheet" type="text/css" title="Ocean" /><script src="haddock-util.js" type="text/javascript"></script><script type="text/javascript">//<![CDATA[
window.onload = function () {pageLoad();setSynopsis("mini_Graphics-Rendering-OpenGL-GL-SavingState.html");};
//]]>
</script></head><body><div id="package-header"><ul class="links" id="page-menu"><li><a href="src/Graphics-Rendering-OpenGL-GL-SavingState.html">Source</a></li><li><a href="index.html">Contents</a></li><li><a href="doc-index.html">Index</a></li></ul><p class="caption">OpenGL-2.2.3.0: A binding for the OpenGL graphics system</p></div><div id="content"><div id="module-header"><table class="info"><tr><th>Portability</th><td>portable</td></tr><tr><th>Stability</th><td>stable</td></tr><tr><th>Maintainer</th><td>sven.panne@aedion.de</td></tr></table><p class="caption">Graphics.Rendering.OpenGL.GL.SavingState</p></div><div id="description"><p class="caption">Description</p><div class="doc"><p>This module corresponds to section 6.1.14 (Saving and Restoring State) of the
 OpenGL 2.1 specs.
</p></div></div><div id="interface"><h1>Documentation</h1><div class="top"><p class="src"><span class="keyword">data</span>  <a name="t:ServerAttributeGroup" class="def">ServerAttributeGroup</a>  <a href="src/Graphics-Rendering-OpenGL-GL-SavingState.html#ServerAttributeGroup" class="link">Source</a></p><div class="subs constructors"><p class="caption">Constructors</p><table><tr><td class="src"><a name="v:CurrentAttributes" class="def">CurrentAttributes</a></td><td class="doc empty">&nbsp;</td></tr><tr><td class="src"><a name="v:PointAttributes" class="def">PointAttributes</a></td><td class="doc empty">&nbsp;</td></tr><tr><td class="src"><a name="v:LineAttributes" class="def">LineAttributes</a></td><td class="doc empty">&nbsp;</td></tr><tr><td class="src"><a name="v:PolygonAttributes" class="def">PolygonAttributes</a></td><td class="doc empty">&nbsp;</td></tr><tr><td class="src"><a name="v:PolygonStippleAttributes" class="def">PolygonStippleAttributes</a></td><td class="doc empty">&nbsp;</td></tr><tr><td class="src"><a name="v:PixelModeAttributes" class="def">PixelModeAttributes</a></td><td class="doc empty">&nbsp;</td></tr><tr><td class="src"><a name="v:LightingAttributes" class="def">LightingAttributes</a></td><td class="doc empty">&nbsp;</td></tr><tr><td class="src"><a name="v:FogAttributes" class="def">FogAttributes</a></td><td class="doc empty">&nbsp;</td></tr><tr><td class="src"><a name="v:DepthBufferAttributes" class="def">DepthBufferAttributes</a></td><td class="doc empty">&nbsp;</td></tr><tr><td class="src"><a name="v:AccumBufferAttributes" class="def">AccumBufferAttributes</a></td><td class="doc empty">&nbsp;</td></tr><tr><td class="src"><a name="v:StencilBufferAttributes" class="def">StencilBufferAttributes</a></td><td class="doc empty">&nbsp;</td></tr><tr><td class="src"><a name="v:ViewportAttributes" class="def">ViewportAttributes</a></td><td class="doc empty">&nbsp;</td></tr><tr><td class="src"><a name="v:TransformAttributes" class="def">TransformAttributes</a></td><td class="doc empty">&nbsp;</td></tr><tr><td class="src"><a name="v:EnableAttributes" class="def">EnableAttributes</a></td><td class="doc empty">&nbsp;</td></tr><tr><td class="src"><a name="v:ColorBufferAttributes" class="def">ColorBufferAttributes</a></td><td class="doc empty">&nbsp;</td></tr><tr><td class="src"><a name="v:HintAttributes" class="def">HintAttributes</a></td><td class="doc empty">&nbsp;</td></tr><tr><td class="src"><a name="v:EvalAttributes" class="def">EvalAttributes</a></td><td class="doc empty">&nbsp;</td></tr><tr><td class="src"><a name="v:ListAttributes" class="def">ListAttributes</a></td><td class="doc empty">&nbsp;</td></tr><tr><td class="src"><a name="v:TextureAttributes" class="def">TextureAttributes</a></td><td class="doc empty">&nbsp;</td></tr><tr><td class="src"><a name="v:ScissorAttributes" class="def">ScissorAttributes</a></td><td class="doc empty">&nbsp;</td></tr><tr><td class="src"><a name="v:MultisampleAttributes" class="def">MultisampleAttributes</a></td><td class="doc empty">&nbsp;</td></tr><tr><td class="src"><a name="v:AllServerAttributes" class="def">AllServerAttributes</a></td><td class="doc empty">&nbsp;</td></tr></table></div><div class="subs instances"><p id="control.i:ServerAttributeGroup" class="caption collapser" onclick="toggleSection('i:ServerAttributeGroup')">Instances</p><div id="section.i:ServerAttributeGroup" class="show"><table><tr><td class="src"><a href="/usr/share/doc/ghc/html/libraries/base-4.3.1.0/Data-Eq.html#t:Eq">Eq</a> <a href="Graphics-Rendering-OpenGL-GL-SavingState.html#t:ServerAttributeGroup">ServerAttributeGroup</a></td><td class="doc empty">&nbsp;</td></tr><tr><td class="src"><a href="/usr/share/doc/ghc/html/libraries/base-4.3.1.0/Data-Ord.html#t:Ord">Ord</a> <a href="Graphics-Rendering-OpenGL-GL-SavingState.html#t:ServerAttributeGroup">ServerAttributeGroup</a></td><td class="doc empty">&nbsp;</td></tr><tr><td class="src"><a href="/usr/share/doc/ghc/html/libraries/base-4.3.1.0/Text-Show.html#t:Show">Show</a> <a href="Graphics-Rendering-OpenGL-GL-SavingState.html#t:ServerAttributeGroup">ServerAttributeGroup</a></td><td class="doc empty">&nbsp;</td></tr></table></div></div></div><div class="top"><p class="src"><a name="v:preservingAttrib" class="def">preservingAttrib</a> ::  [<a href="Graphics-Rendering-OpenGL-GL-SavingState.html#t:ServerAttributeGroup">ServerAttributeGroup</a>] -&gt; <a href="/usr/share/doc/ghc/html/libraries/base-4.3.1.0/System-IO.html#t:IO">IO</a> a -&gt; <a href="/usr/share/doc/ghc/html/libraries/base-4.3.1.0/System-IO.html#t:IO">IO</a> a<a href="src/Graphics-Rendering-OpenGL-GL-SavingState.html#preservingAttrib" class="link">Source</a></p></div><div class="top"><p class="src"><span class="keyword">data</span>  <a name="t:ClientAttributeGroup" class="def">ClientAttributeGroup</a>  <a href="src/Graphics-Rendering-OpenGL-GL-SavingState.html#ClientAttributeGroup" class="link">Source</a></p><div class="subs constructors"><p class="caption">Constructors</p><table><tr><td class="src"><a name="v:PixelStoreAttributes" class="def">PixelStoreAttributes</a></td><td class="doc empty">&nbsp;</td></tr><tr><td class="src"><a name="v:VertexArrayAttributes" class="def">VertexArrayAttributes</a></td><td class="doc empty">&nbsp;</td></tr><tr><td class="src"><a name="v:AllClientAttributes" class="def">AllClientAttributes</a></td><td class="doc empty">&nbsp;</td></tr></table></div><div class="subs instances"><p id="control.i:ClientAttributeGroup" class="caption collapser" onclick="toggleSection('i:ClientAttributeGroup')">Instances</p><div id="section.i:ClientAttributeGroup" class="show"><table><tr><td class="src"><a href="/usr/share/doc/ghc/html/libraries/base-4.3.1.0/Data-Eq.html#t:Eq">Eq</a> <a href="Graphics-Rendering-OpenGL-GL-SavingState.html#t:ClientAttributeGroup">ClientAttributeGroup</a></td><td class="doc empty">&nbsp;</td></tr><tr><td class="src"><a href="/usr/share/doc/ghc/html/libraries/base-4.3.1.0/Data-Ord.html#t:Ord">Ord</a> <a href="Graphics-Rendering-OpenGL-GL-SavingState.html#t:ClientAttributeGroup">ClientAttributeGroup</a></td><td class="doc empty">&nbsp;</td></tr><tr><td class="src"><a href="/usr/share/doc/ghc/html/libraries/base-4.3.1.0/Text-Show.html#t:Show">Show</a> <a href="Graphics-Rendering-OpenGL-GL-SavingState.html#t:ClientAttributeGroup">ClientAttributeGroup</a></td><td class="doc empty">&nbsp;</td></tr></table></div></div></div><div class="top"><p class="src"><a name="v:preservingClientAttrib" class="def">preservingClientAttrib</a> ::  [<a href="Graphics-Rendering-OpenGL-GL-SavingState.html#t:ClientAttributeGroup">ClientAttributeGroup</a>] -&gt; <a href="/usr/share/doc/ghc/html/libraries/base-4.3.1.0/System-IO.html#t:IO">IO</a> a -&gt; <a href="/usr/share/doc/ghc/html/libraries/base-4.3.1.0/System-IO.html#t:IO">IO</a> a<a href="src/Graphics-Rendering-OpenGL-GL-SavingState.html#preservingClientAttrib" class="link">Source</a></p></div></div></div><div id="footer"><p>Produced by <a href="http://www.haskell.org/haddock/">Haddock</a> version 2.9.2</p></div></body></html>