|
Graphics.Rendering.OpenGL.GL.Polygons | Portability | portable | Stability | provisional | Maintainer | sven.panne@aedion.de |
|
|
|
Description |
This module corresponds to section 3.5 (Polygons) of the OpenGL 1.5 specs.
|
|
|
Documentation |
|
polygonSmooth :: StateVar Capability |
|
cullFace :: StateVar (Maybe Face) |
|
class PolygonStipple s where |
| Methods | | | Instances | |
|
|
data GLpolygonstipple |
Instances | |
|
|
polygonStipple :: PolygonStipple s => StateVar (Maybe s) |
|
data PolygonMode |
Constructors | | Instances | |
|
|
polygonMode :: StateVar (PolygonMode, PolygonMode) |
|
polygonOffset :: StateVar (GLfloat, GLfloat) |
|
polygonOffsetPoint :: StateVar Capability |
|
polygonOffsetLine :: StateVar Capability |
|
polygonOffsetFill :: StateVar Capability |
|
Produced by Haddock version 0.8 |