HOpenGL Libraries (OpenGL package)ContentsIndex
Graphics.Rendering.OpenGL.GL.Selection
Portability portable
Stability provisional
Maintainer sven_panne@yahoo.com
Description
This module corresponds to section 5.2 (Selection) of the OpenGL 1.4 specs.
Synopsis
data HitRecord = HitRecord GLfloat GLfloat [Name]
getHitRecords :: GLsizei -> IO a -> IO (a, Maybe [HitRecord])
newtype Name = Name GLuint
withName :: Name -> IO a -> IO a
loadName :: Name -> IO ()
maxNameStackDepth :: GettableStateVar GLsizei
nameStackDepth :: GettableStateVar GLsizei
data RenderMode
= Render
| Feedback
| Select
renderMode :: GettableStateVar RenderMode
Produced by Haddock version 0.6