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. pattern GL_MAP_INVALIDATE_RANGE_BIT :: GLbitfield

    OpenGLRaw Graphics.GL.ARB.MapBufferRange

    No documentation available.

  2. pattern GL_MAP_READ_BIT :: GLbitfield

    OpenGLRaw Graphics.GL.ARB.MapBufferRange

    No documentation available.

  3. pattern GL_MAP_UNSYNCHRONIZED_BIT :: GLbitfield

    OpenGLRaw Graphics.GL.ARB.MapBufferRange

    No documentation available.

  4. pattern GL_MAP_WRITE_BIT :: GLbitfield

    OpenGLRaw Graphics.GL.ARB.MapBufferRange

    No documentation available.

  5. glFlushMappedBufferRange :: MonadIO m => GLenum -> GLintptr -> GLsizeiptr -> m ()

    OpenGLRaw Graphics.GL.ARB.MapBufferRange

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

  6. glGetARBMapBufferRange :: MonadIO m => m Bool

    OpenGLRaw Graphics.GL.ARB.MapBufferRange

    Is the ARB_map_buffer_range extension supported?

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

    OpenGLRaw Graphics.GL.ARB.MapBufferRange

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

  8. gl_ARB_map_buffer_range :: Bool

    OpenGLRaw Graphics.GL.ARB.MapBufferRange

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

  9. glGetnMapdvARB :: MonadIO m => GLenum -> GLenum -> GLsizei -> Ptr GLdouble -> m ()

    OpenGLRaw Graphics.GL.ARB.RobustnessCompatibility

    No documentation available.

  10. glGetnMapfvARB :: MonadIO m => GLenum -> GLenum -> GLsizei -> Ptr GLfloat -> m ()

    OpenGLRaw Graphics.GL.ARB.RobustnessCompatibility

    No documentation available.

Page 632 of many | Previous | Next