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

Hoogle Search

Within LTS Haskell 24.46 (ghc-9.10.3)

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

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

    OpenGLRaw Graphics.GL.Compatibility45

    Manual page for OpenGL 4.x.

  2. glPixelMapfv :: MonadIO m => GLenum -> GLsizei -> Ptr GLfloat -> m ()

    OpenGLRaw Graphics.GL.Compatibility45

    Manual page for OpenGL 2.x.

  3. glPixelMapuiv :: MonadIO m => GLenum -> GLsizei -> Ptr GLuint -> m ()

    OpenGLRaw Graphics.GL.Compatibility45

    Manual page for OpenGL 2.x.

  4. glPixelMapusv :: MonadIO m => GLenum -> GLsizei -> Ptr GLushort -> m ()

    OpenGLRaw Graphics.GL.Compatibility45

    Manual page for OpenGL 2.x.

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

    OpenGLRaw Graphics.GL.Compatibility45

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

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

    OpenGLRaw Graphics.GL.Compatibility45

    Manual page for OpenGL 4.x.

  7. pattern GL_AUTO_GENERATE_MIPMAP :: GLenum

    OpenGLRaw Graphics.GL.Compatibility46

    No documentation available.

  8. pattern GL_BITMAP :: GLenum

    OpenGLRaw Graphics.GL.Compatibility46

    No documentation available.

  9. pattern GL_BITMAP_TOKEN :: GLenum

    OpenGLRaw Graphics.GL.Compatibility46

    No documentation available.

  10. pattern GL_BUFFER_MAPPED :: GLenum

    OpenGLRaw Graphics.GL.Compatibility46

    No documentation available.

Page 747 of many | Previous | Next

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