OGL-0.0.3: A context aware binding for the OpenGL graphics system

Portabilityportable
Stabilitystable
Maintainersven.panne@aedion.de

Graphics.Rendering.OGL.GL.Selection

Description

This module corresponds to section 5.2 (Selection) of the OpenGL 2.1 specs.

Documentation

newtype Name Source

Constructors

Name GLuint 

Instances

withName :: Name -> GL a -> GL aSource