OpenGL-2.2.3.0: A binding for the OpenGL graphics systemSource codeContentsIndex
Graphics.Rendering.OpenGL.GL.Hints
Portabilityportable
Stabilitystable
Maintainersven.panne@aedion.de
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
data HintMode Source
Constructors
DontCare
Fastest
Nicest
hint :: HintTarget -> StateVar HintModeSource
Produced by Haddock version 2.6.0