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.
pattern
GL_CLIENT_MAPPED_BUFFER_BARRIER_BIT :: GLbitfieldOpenGLRaw Graphics.GL.ARB.BufferStorage No documentation available.
pattern
GL_MAP_COHERENT_BIT :: GLbitfieldOpenGLRaw Graphics.GL.ARB.BufferStorage No documentation available.
pattern
GL_MAP_PERSISTENT_BIT :: GLbitfieldOpenGLRaw Graphics.GL.ARB.BufferStorage No documentation available.
pattern
GL_MAP_READ_BIT :: GLbitfieldOpenGLRaw Graphics.GL.ARB.BufferStorage No documentation available.
pattern
GL_MAP_WRITE_BIT :: GLbitfieldOpenGLRaw Graphics.GL.ARB.BufferStorage No documentation available.
pattern
GL_TEXTURE_BINDING_CUBE_MAP :: GLenumOpenGLRaw Graphics.GL.ARB.DirectStateAccess No documentation available.
pattern
GL_TEXTURE_BINDING_CUBE_MAP_ARRAY :: GLenumOpenGLRaw Graphics.GL.ARB.DirectStateAccess No documentation available.
glFlushMappedNamedBufferRange :: MonadIO m => GLuint -> GLintptr -> GLsizeiptr -> m ()OpenGLRaw Graphics.GL.ARB.DirectStateAccess Manual page for OpenGL 4.x.
glGenerateTextureMipmap :: MonadIO m => GLuint -> m ()OpenGLRaw Graphics.GL.ARB.DirectStateAccess Manual page for OpenGL 4.x.
glMapNamedBuffer :: MonadIO m => GLuint -> GLenum -> m (Ptr a)OpenGLRaw Graphics.GL.ARB.DirectStateAccess Manual page for OpenGL 4.x.