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.

  1. glMap1f :: MonadIO m => GLenum -> GLfloat -> GLfloat -> GLint -> GLint -> Ptr GLfloat -> m ()

    OpenGLRaw Graphics.GL.Functions

    Manual page for OpenGL 2.x.

  2. glMap1xOES :: MonadIO m => GLenum -> GLfixed -> GLfixed -> GLint -> GLint -> GLfixed -> m ()

    OpenGLRaw Graphics.GL.Functions

    No documentation available.

  3. glMap2d :: MonadIO m => GLenum -> GLdouble -> GLdouble -> GLint -> GLint -> GLdouble -> GLdouble -> GLint -> GLint -> Ptr GLdouble -> m ()

    OpenGLRaw Graphics.GL.Functions

    Manual page for OpenGL 2.x.

  4. glMap2f :: MonadIO m => GLenum -> GLfloat -> GLfloat -> GLint -> GLint -> GLfloat -> GLfloat -> GLint -> GLint -> Ptr GLfloat -> m ()

    OpenGLRaw Graphics.GL.Functions

    Manual page for OpenGL 2.x.

  5. glMap2xOES :: MonadIO m => GLenum -> GLfixed -> GLfixed -> GLint -> GLint -> GLfixed -> GLfixed -> GLint -> GLint -> GLfixed -> m ()

    OpenGLRaw Graphics.GL.Functions

    No documentation available.

  6. 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.

  7. glMapBufferARB :: MonadIO m => GLenum -> GLenum -> m (Ptr a)

    OpenGLRaw Graphics.GL.Functions

    This command is an alias for glMapBuffer.

  8. glMapBufferOES :: MonadIO m => GLenum -> GLenum -> m (Ptr a)

    OpenGLRaw Graphics.GL.Functions

    This command is an alias for glMapBuffer.

  9. glMapBufferRange :: MonadIO m => GLenum -> GLintptr -> GLsizeiptr -> GLbitfield -> m (Ptr a)

    OpenGLRaw Graphics.GL.Functions

    Manual pages for OpenGL 3.x or OpenGL 4.x.

  10. glMapBufferRangeEXT :: MonadIO m => GLenum -> GLintptr -> GLsizeiptr -> GLbitfield -> m (Ptr a)

    OpenGLRaw Graphics.GL.Functions

    This command is an alias for glMapBufferRange.

Page 827 of many | Previous | Next