| Portability | portable |
|---|---|
| Stability | stable |
| Maintainer | sven.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
getHitRecords :: GLsizei -> IO a -> IO (a, Maybe [HitRecord])
data RenderMode
Instances
| Eq RenderMode | |
| Ord RenderMode | |
| Show RenderMode |