Portability | portable |
---|---|
Stability | stable |
Maintainer | sven.panne@aedion.de |
Safe Haskell | None |
Graphics.Rendering.OpenGL.GL.Selection
Description
This module corresponds to section 5.2 (Selection) of the OpenGL 2.1 specs.
Documentation
getHitRecords :: GLsizei -> IO a -> IO (a, Maybe [HitRecord])Source
data RenderMode Source
Instances
Eq RenderMode | |
Ord RenderMode | |
Show RenderMode |