• About
  • Snapshots
  • LTS
  • Nightly
  • FAQ
  • Blog

Hoogle Search

Within LTS Haskell 24.38 (ghc-9.10.3)

Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.

  1. glMapBuffer :: MonadIO m => GLenum -> GLenum -> m (Ptr a)

    OpenGLRaw Graphics.GL.Core45

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

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

    OpenGLRaw Graphics.GL.Core45

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

  3. glMapNamedBuffer :: MonadIO m => GLuint -> GLenum -> m (Ptr a)

    OpenGLRaw Graphics.GL.Core45

    Manual page for OpenGL 4.x.

  4. glMapNamedBufferRange :: MonadIO m => GLuint -> GLintptr -> GLsizeiptr -> GLbitfield -> m (Ptr a)

    OpenGLRaw Graphics.GL.Core45

    Manual page for OpenGL 4.x.

  5. glUnmapBuffer :: MonadIO m => GLenum -> m GLboolean

    OpenGLRaw Graphics.GL.Core45

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

  6. glUnmapNamedBuffer :: MonadIO m => GLuint -> m GLboolean

    OpenGLRaw Graphics.GL.Core45

    Manual page for OpenGL 4.x.

  7. pattern GL_AUTO_GENERATE_MIPMAP :: GLenum

    OpenGLRaw Graphics.GL.Core46

    No documentation available.

  8. pattern GL_BUFFER_MAPPED :: GLenum

    OpenGLRaw Graphics.GL.Core46

    No documentation available.

  9. pattern GL_BUFFER_MAP_LENGTH :: GLenum

    OpenGLRaw Graphics.GL.Core46

    No documentation available.

  10. pattern GL_BUFFER_MAP_OFFSET :: GLenum

    OpenGLRaw Graphics.GL.Core46

    No documentation available.

Page 810 of many | Previous | Next

Stackage is a service provided by the Haskell Foundation │ Originally developed by FP Complete