OpenGL-3.0.3.0: A binding for the OpenGL graphics system
Copyright(c) Sven Panne 2002-2019
LicenseBSD3
MaintainerSven Panne <svenpanne@gmail.com>
Stabilitystable
Portabilityportable
Safe HaskellNone
LanguageHaskell2010

Graphics.Rendering.OpenGL.GL.Hints

Description

This module corresponds to section 5.6 (Hints) of the OpenGL 2.1 specs.

Documentation

data HintTarget Source #

Instances

Instances details
Show HintTarget Source # 
Instance details

Defined in Graphics.Rendering.OpenGL.GL.Hints

Methods

showsPrec :: Int -> HintTarget -> ShowS

show :: HintTarget -> String

showList :: [HintTarget] -> ShowS

Eq HintTarget Source # 
Instance details

Defined in Graphics.Rendering.OpenGL.GL.Hints

Methods

(==) :: HintTarget -> HintTarget -> Bool

(/=) :: HintTarget -> HintTarget -> Bool

Ord HintTarget Source # 
Instance details

Defined in Graphics.Rendering.OpenGL.GL.Hints

data HintMode Source #

Constructors

DontCare 
Fastest 
Nicest 

Instances

Instances details
Show HintMode Source # 
Instance details

Defined in Graphics.Rendering.OpenGL.GL.Hints

Methods

showsPrec :: Int -> HintMode -> ShowS

show :: HintMode -> String

showList :: [HintMode] -> ShowS

Eq HintMode Source # 
Instance details

Defined in Graphics.Rendering.OpenGL.GL.Hints

Methods

(==) :: HintMode -> HintMode -> Bool

(/=) :: HintMode -> HintMode -> Bool

Ord HintMode Source # 
Instance details

Defined in Graphics.Rendering.OpenGL.GL.Hints

Methods

compare :: HintMode -> HintMode -> Ordering

(<) :: HintMode -> HintMode -> Bool

(<=) :: HintMode -> HintMode -> Bool

(>) :: HintMode -> HintMode -> Bool

(>=) :: HintMode -> HintMode -> Bool

max :: HintMode -> HintMode -> HintMode

min :: HintMode -> HintMode -> HintMode