| Copyright | (c) Sven Panne 2002-2016 | 
|---|---|
| License | BSD3 | 
| Maintainer | Sven Panne <svenpanne@gmail.com> | 
| Stability | stable | 
| Portability | portable | 
| Safe Haskell | None | 
| Language | Haskell2010 | 
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