Portability | portable |
---|---|
Stability | provisional |
Maintainer | sven.panne@aedion.de |
Graphics.Rendering.OpenGL.GL.Hints
Description
This module corresponds to section 5.6 (Hints) of the OpenGL 1.5 specs.
Documentation
data HintTarget Source
Constructors
PerspectiveCorrection | |
PointSmooth | |
LineSmooth | |
PolygonSmooth | |
Fog | |
GenerateMipmap | |
TextureCompression | |
PackCMYK | |
UnpackCMYK |
Instances
hint :: HintTarget -> StateVar HintModeSource