• 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. glGetATIMapObjectBuffer :: MonadIO m => m Bool

    OpenGLRaw Graphics.GL.ATI.MapObjectBuffer

    Is the ATI_map_object_buffer extension supported?

  2. glMapObjectBufferATI :: MonadIO m => GLuint -> m (Ptr a)

    OpenGLRaw Graphics.GL.ATI.MapObjectBuffer

    No documentation available.

  3. glUnmapObjectBufferATI :: MonadIO m => GLuint -> m ()

    OpenGLRaw Graphics.GL.ATI.MapObjectBuffer

    No documentation available.

  4. gl_ATI_map_object_buffer :: Bool

    OpenGLRaw Graphics.GL.ATI.MapObjectBuffer

    Is the ATI_map_object_buffer extension supported? Note that in the presence of multiple contexts with different capabilities, this might be wrong. Use glGetATIMapObjectBuffer in those cases instead.

  5. pattern GL_BITMAP :: GLenum

    OpenGLRaw Graphics.GL.Compatibility30

    No documentation available.

  6. pattern GL_BITMAP_TOKEN :: GLenum

    OpenGLRaw Graphics.GL.Compatibility30

    No documentation available.

  7. pattern GL_BUFFER_MAPPED :: GLenum

    OpenGLRaw Graphics.GL.Compatibility30

    No documentation available.

  8. pattern GL_BUFFER_MAP_LENGTH :: GLenum

    OpenGLRaw Graphics.GL.Compatibility30

    No documentation available.

  9. pattern GL_BUFFER_MAP_OFFSET :: GLenum

    OpenGLRaw Graphics.GL.Compatibility30

    No documentation available.

  10. pattern GL_BUFFER_MAP_POINTER :: GLenum

    OpenGLRaw Graphics.GL.Compatibility30

    No documentation available.

Page 638 of many | Previous | Next

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