OpenGL-2.2.1.1: A binding for the OpenGL graphics systemSource codeContentsIndex
Graphics.Rendering.OpenGL.GL.Selection
Portabilityportable
Stabilitystable
Maintainersven.panne@aedion.de
Description
This module corresponds to section 5.2 (Selection) of the OpenGL 2.1 specs.
Documentation
data HitRecord Source
Constructors
HitRecord GLfloat GLfloat [Name]
show/hide Instances
getHitRecords :: GLsizei -> IO a -> IO (a, Maybe [HitRecord])Source
newtype Name Source
Constructors
Name GLuint
show/hide Instances
withName :: Name -> IO a -> IO aSource
loadName :: Name -> IO ()Source
maxNameStackDepth :: GettableStateVar GLsizeiSource
nameStackDepth :: GettableStateVar GLsizeiSource
data RenderMode Source
Constructors
Render
Feedback
Select
show/hide Instances
renderMode :: GettableStateVar RenderModeSource
Produced by Haddock version 0.8