 | OpenGL-2.2.1.1: A binding for the OpenGL graphics system | Contents | Index |
|
| Graphics.Rendering.OpenGL.GL.Selection | | Portability | portable | | Stability | stable | | Maintainer | sven.panne@aedion.de |
|
|
|
| Description |
| This module corresponds to section 5.2 (Selection) of the OpenGL 2.1 specs.
|
|
|
| Documentation |
|
| data HitRecord |
| Constructors | | Instances | |
|
|
| getHitRecords :: GLsizei -> IO a -> IO (a, Maybe [HitRecord]) |
|
| newtype Name |
| Constructors | | Instances | |
|
|
| withName :: Name -> IO a -> IO a |
|
| loadName :: Name -> IO () |
|
| maxNameStackDepth :: GettableStateVar GLsizei |
|
| nameStackDepth :: GettableStateVar GLsizei |
|
| data RenderMode |
| Constructors | | Instances | |
|
|
| renderMode :: GettableStateVar RenderMode |
|
| Produced by Haddock version 0.8 |