Hoogle Search
Within LTS Haskell 24.39 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
glMap1f :: MonadIO m => GLenum -> GLfloat -> GLfloat -> GLint -> GLint -> Ptr GLfloat -> m ()OpenGLRaw Graphics.GL.Functions Manual page for OpenGL 2.x.
glMap1xOES :: MonadIO m => GLenum -> GLfixed -> GLfixed -> GLint -> GLint -> GLfixed -> m ()OpenGLRaw Graphics.GL.Functions No documentation available.
-
OpenGLRaw Graphics.GL.Functions Manual page for OpenGL 2.x.
-
OpenGLRaw Graphics.GL.Functions Manual page for OpenGL 2.x.
-
OpenGLRaw Graphics.GL.Functions No documentation available.
glMapBuffer :: MonadIO m => GLenum -> GLenum -> m (Ptr a)OpenGLRaw Graphics.GL.Functions Manual pages for OpenGL 2.x or OpenGL 3.x or OpenGL 4.x.
glMapBufferARB :: MonadIO m => GLenum -> GLenum -> m (Ptr a)OpenGLRaw Graphics.GL.Functions This command is an alias for glMapBuffer.
glMapBufferOES :: MonadIO m => GLenum -> GLenum -> m (Ptr a)OpenGLRaw Graphics.GL.Functions This command is an alias for glMapBuffer.
glMapBufferRange :: MonadIO m => GLenum -> GLintptr -> GLsizeiptr -> GLbitfield -> m (Ptr a)OpenGLRaw Graphics.GL.Functions Manual pages for OpenGL 3.x or OpenGL 4.x.
glMapBufferRangeEXT :: MonadIO m => GLenum -> GLintptr -> GLsizeiptr -> GLbitfield -> m (Ptr a)OpenGLRaw Graphics.GL.Functions This command is an alias for glMapBufferRange.