OpenGL-2.2.1.1: A binding for the OpenGL graphics systemSource codeContentsIndex
Graphics.Rendering.OpenGL.GL.Polygons
Portabilityportable
Stabilitystable
Maintainersven.panne@aedion.de
Description
This module corresponds to section 3.5 (Polygons) of the OpenGL 2.1 specs.
Documentation
polygonSmooth :: StateVar CapabilitySource
cullFace :: StateVar (Maybe Face)Source
class PolygonStipple s whereSource
Methods
withNewPolygonStipple :: (Ptr GLubyte -> IO ()) -> IO sSource
withPolygonStipple :: s -> (Ptr GLubyte -> IO a) -> IO aSource
newPolygonStipple :: [GLubyte] -> IO sSource
getPolygonStippleComponents :: s -> IO [GLubyte]Source
show/hide Instances
data GLpolygonstipple Source
show/hide Instances
polygonStipple :: PolygonStipple s => StateVar (Maybe s)Source
data PolygonMode Source
Constructors
Point
Line
Fill
show/hide Instances
polygonMode :: StateVar (PolygonMode, PolygonMode)Source
polygonOffset :: StateVar (GLfloat, GLfloat)Source
polygonOffsetPoint :: StateVar CapabilitySource
polygonOffsetLine :: StateVar CapabilitySource
polygonOffsetFill :: StateVar CapabilitySource
Produced by Haddock version 0.8