OpenGL-2.2.1.1: A binding for the OpenGL graphics system

Portabilityportable
Stabilitystable
Maintainersven.panne@aedion.de

Graphics.Rendering.OpenGL.GL.Selection

Description

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

Documentation

data HitRecord

Constructors

HitRecord GLfloat GLfloat [Name] 

Instances

Eq HitRecord 
Ord HitRecord 
Show HitRecord 

getHitRecords :: GLsizei -> IO a -> IO (a, Maybe [HitRecord])

newtype Name

Constructors

Name GLuint 

Instances

Eq Name 
Ord Name 
Show Name 

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

loadName :: Name -> IO ()

data RenderMode

Constructors

Render 
Feedback 
Select 

Instances