| Copyright | (c) Sven Panne 2002-2019 |
|---|---|
| License | BSD3 |
| Maintainer | Sven Panne <svenpanne@gmail.com> |
| Stability | stable |
| Portability | portable |
| Safe Haskell | Safe-Inferred |
| 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
| Show HintTarget Source # | |
Defined in Graphics.Rendering.OpenGL.GL.Hints | |
| Eq HintTarget Source # | |
Defined in Graphics.Rendering.OpenGL.GL.Hints Methods (==) :: HintTarget -> HintTarget -> Bool Source # (/=) :: HintTarget -> HintTarget -> Bool Source # | |
| Ord HintTarget Source # | |
Defined in Graphics.Rendering.OpenGL.GL.Hints Methods compare :: HintTarget -> HintTarget -> Ordering Source # (<) :: HintTarget -> HintTarget -> Bool Source # (<=) :: HintTarget -> HintTarget -> Bool Source # (>) :: HintTarget -> HintTarget -> Bool Source # (>=) :: HintTarget -> HintTarget -> Bool Source # max :: HintTarget -> HintTarget -> HintTarget Source # min :: HintTarget -> HintTarget -> HintTarget Source # | |
Instances
| Show HintMode Source # | |
| Eq HintMode Source # | |
| Ord HintMode Source # | |
Defined in Graphics.Rendering.OpenGL.GL.Hints | |