OpenGL-2.1: A binding for the OpenGL graphics system

Portabilityportable
Stabilityprovisional
Maintainersven.panne@aedion.de

Graphics.Rendering.OpenGL.GL.Selection

Description

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

Documentation

newtype Name Source

Constructors

Name GLuint 

Instances

withName :: Name -> IO a -> IO aSource