HOpenGL Libraries (OpenGL package)ContentsIndex
Graphics.Rendering.OpenGL.GL.Hints
Portability portable
Stability provisional
Maintainer sven.panne@aedion.de
Description
This module corresponds to section 5.6 (Hints) of the OpenGL 1.5 specs.
Synopsis
data HintTarget
= PerspectiveCorrection
| PointSmooth
| LineSmooth
| PolygonSmooth
| Fog
| GenerateMipmap
| TextureCompression
| PackCMYK
| UnpackCMYK
data HintMode
= DontCare
| Fastest
| Nicest
hint :: HintTarget -> StateVar HintMode
Produced by Haddock version 0.6