Hoogle Search

Within LTS Haskell 24.35 (ghc-9.10.3)

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

  1. pattern GL_TEXTURE_CUBE_MAP_ARRAY :: GLenum

    OpenGLRaw Graphics.GL.ARB.InternalformatQuery2

    No documentation available.

  2. pattern GL_MIN_MAP_BUFFER_ALIGNMENT :: GLenum

    OpenGLRaw Graphics.GL.ARB.MapBufferAlignment

    No documentation available.

  3. glGetARBMapBufferAlignment :: MonadIO m => m Bool

    OpenGLRaw Graphics.GL.ARB.MapBufferAlignment

    Is the ARB_map_buffer_alignment extension supported?

  4. gl_ARB_map_buffer_alignment :: Bool

    OpenGLRaw Graphics.GL.ARB.MapBufferAlignment

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

  5. pattern GL_MAP_FLUSH_EXPLICIT_BIT :: GLbitfield

    OpenGLRaw Graphics.GL.ARB.MapBufferRange

    No documentation available.

  6. pattern GL_MAP_INVALIDATE_BUFFER_BIT :: GLbitfield

    OpenGLRaw Graphics.GL.ARB.MapBufferRange

    No documentation available.

  7. pattern GL_MAP_INVALIDATE_RANGE_BIT :: GLbitfield

    OpenGLRaw Graphics.GL.ARB.MapBufferRange

    No documentation available.

  8. pattern GL_MAP_READ_BIT :: GLbitfield

    OpenGLRaw Graphics.GL.ARB.MapBufferRange

    No documentation available.

  9. pattern GL_MAP_UNSYNCHRONIZED_BIT :: GLbitfield

    OpenGLRaw Graphics.GL.ARB.MapBufferRange

    No documentation available.

  10. pattern GL_MAP_WRITE_BIT :: GLbitfield

    OpenGLRaw Graphics.GL.ARB.MapBufferRange

    No documentation available.

Page 629 of many | Previous | Next