Portability | portable |
---|---|
Stability | stable |
Maintainer | [email protected] |
Safe Haskell | Safe-Infered |
Graphics.Rendering.OpenGL.GL.Hints
Description
This module corresponds to section 5.6 (Hints) of the OpenGL 2.1 specs.
Documentation
data HintTarget Source
Constructors
PerspectiveCorrection | |
PointSmooth | |
LineSmooth | |
PolygonSmooth | |
Fog | |
GenerateMipmap | |
TextureCompression | |
PackCMYK | |
UnpackCMYK |
Instances
hint :: HintTarget -> StateVar HintModeSource