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.
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.
glGetnMapivARB :: MonadIO m => GLenum -> GLenum -> GLsizei -> Ptr GLint -> m ()OpenGLRaw Graphics.GL.ARB.RobustnessCompatibility No documentation available.
glGetnPixelMapfvARB :: MonadIO m => GLenum -> GLsizei -> Ptr GLfloat -> m ()OpenGLRaw Graphics.GL.ARB.RobustnessCompatibility No documentation available.
glGetnPixelMapuivARB :: MonadIO m => GLenum -> GLsizei -> Ptr GLuint -> m ()OpenGLRaw Graphics.GL.ARB.RobustnessCompatibility No documentation available.
glGetnPixelMapusvARB :: MonadIO m => GLenum -> GLsizei -> Ptr GLushort -> m ()OpenGLRaw Graphics.GL.ARB.RobustnessCompatibility No documentation available.