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 HintMode #

Constructors

DontCare 
Fastest 
Nicest 

Instances

Instances details
Eq HintMode # 
Instance details

Defined in Graphics.Rendering.OpenGL.GL.Hints

Ord HintMode # 
Instance details

Defined in Graphics.Rendering.OpenGL.GL.Hints

Show HintMode # 
Instance details

Defined in Graphics.Rendering.OpenGL.GL.Hints