Hoogle Search
Within LTS Haskell 24.36 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
pattern
GL_MIN_MAP_BUFFER_ALIGNMENT :: GLenumOpenGLRaw Graphics.GL.ARB.MapBufferAlignment No documentation available.
glGetARBMapBufferAlignment :: MonadIO m => m BoolOpenGLRaw Graphics.GL.ARB.MapBufferAlignment Is the ARB_map_buffer_alignment extension supported?
gl_ARB_map_buffer_alignment :: BoolOpenGLRaw 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.
pattern
GL_MAP_FLUSH_EXPLICIT_BIT :: GLbitfieldOpenGLRaw Graphics.GL.ARB.MapBufferRange No documentation available.
pattern
GL_MAP_INVALIDATE_BUFFER_BIT :: GLbitfieldOpenGLRaw Graphics.GL.ARB.MapBufferRange No documentation available.
pattern
GL_MAP_INVALIDATE_RANGE_BIT :: GLbitfieldOpenGLRaw Graphics.GL.ARB.MapBufferRange No documentation available.
pattern
GL_MAP_READ_BIT :: GLbitfieldOpenGLRaw Graphics.GL.ARB.MapBufferRange No documentation available.
pattern
GL_MAP_UNSYNCHRONIZED_BIT :: GLbitfieldOpenGLRaw Graphics.GL.ARB.MapBufferRange No documentation available.
pattern
GL_MAP_WRITE_BIT :: GLbitfieldOpenGLRaw Graphics.GL.ARB.MapBufferRange No documentation available.
glFlushMappedBufferRange :: MonadIO m => GLenum -> GLintptr -> GLsizeiptr -> m ()OpenGLRaw Graphics.GL.ARB.MapBufferRange Manual pages for OpenGL 3.x or OpenGL 4.x.