Hoogle Search
Within LTS Haskell 24.52 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
pattern
GL_FRAMEBUFFER_ATTACHMENT_TEXTURE_CUBE_MAP_FACE :: GLenumOpenGLRaw Graphics.GL.ARB.FramebufferObjectCore No documentation available.
glGenerateMipmap :: MonadIO m => GLenum -> m ()OpenGLRaw Graphics.GL.ARB.FramebufferObjectCore Manual pages for OpenGL 3.x or OpenGL 4.x.
pattern
GL_AUTO_GENERATE_MIPMAP :: GLenumOpenGLRaw Graphics.GL.ARB.InternalformatQuery2 No documentation available.
pattern
GL_MANUAL_GENERATE_MIPMAP :: GLenumOpenGLRaw Graphics.GL.ARB.InternalformatQuery2 No documentation available.
-
OpenGLRaw Graphics.GL.ARB.InternalformatQuery2 No documentation available.
pattern
GL_TEXTURE_CUBE_MAP :: GLenumOpenGLRaw Graphics.GL.ARB.InternalformatQuery2 No documentation available.
pattern
GL_TEXTURE_CUBE_MAP_ARRAY :: GLenumOpenGLRaw Graphics.GL.ARB.InternalformatQuery2 No documentation available.
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.