OpenGL-2.8.0.0: A binding for the OpenGL graphics system
Graphics.Rendering.OpenGL.GL.Bitmaps
Description
This module corresponds to section 3.7 (Bitmaps) of the OpenGL 2.1 specs.
bitmap :: Size -> Vertex2 GLfloat -> Vector2 GLfloat -> Ptr GLubyte -> IO ()Source