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.
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.
glGetARBMapBufferRange :: MonadIO m => m BoolOpenGLRaw Graphics.GL.ARB.MapBufferRange Is the ARB_map_buffer_range extension supported?
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.
gl_ARB_map_buffer_range :: BoolOpenGLRaw 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.
glGetnMapdvARB :: MonadIO m => GLenum -> GLenum -> GLsizei -> Ptr GLdouble -> m ()OpenGLRaw Graphics.GL.ARB.RobustnessCompatibility No documentation available.
glGetnMapfvARB :: MonadIO m => GLenum -> GLenum -> GLsizei -> Ptr GLfloat -> m ()OpenGLRaw Graphics.GL.ARB.RobustnessCompatibility No documentation available.