Portability | portable |
---|---|
Stability | provisional |
Maintainer | [email protected] |
Graphics.Rendering.OpenGL.GL.Polygons
Description
This module corresponds to section 3.5 (Polygons) of the OpenGL 1.5 specs.
Documentation
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
Instances
data GLpolygonstipple Source
polygonStipple :: PolygonStipple s => StateVar (Maybe s)Source
data PolygonMode Source
Instances