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.
gl_ARB_texture_cube_map_array :: BoolOpenGLRaw Graphics.GL.ARB.TextureCubeMapArray Is the ARB_texture_cube_map_array extension supported? Note that in the presence of multiple contexts with different capabilities, this might be wrong. Use glGetARBTextureCubeMapArray in those cases instead.
pattern
GL_BUFFER_MAPPED_ARB :: GLenumOpenGLRaw Graphics.GL.ARB.VertexBufferObject No documentation available.
pattern
GL_BUFFER_MAP_POINTER_ARB :: GLenumOpenGLRaw Graphics.GL.ARB.VertexBufferObject No documentation available.
glMapBufferARB :: MonadIO m => GLenum -> GLenum -> m (Ptr a)OpenGLRaw Graphics.GL.ARB.VertexBufferObject This command is an alias for glMapBuffer.
glUnmapBufferARB :: MonadIO m => GLenum -> m GLbooleanOpenGLRaw Graphics.GL.ARB.VertexBufferObject This command is an alias for glUnmapBuffer.
module Graphics.GL.ATI.
EnvmapBumpmap No documentation available.
pattern
GL_BUMP_ENVMAP_ATI :: GLenumOpenGLRaw Graphics.GL.ATI.EnvmapBumpmap No documentation available.
glGetATIEnvmapBumpmap :: MonadIO m => m BoolOpenGLRaw Graphics.GL.ATI.EnvmapBumpmap Is the ATI_envmap_bumpmap extension supported?
-
OpenGLRaw Graphics.GL.ATI.EnvmapBumpmap Is the ATI_envmap_bumpmap extension supported? Note that in the presence of multiple contexts with different capabilities, this might be wrong. Use glGetATIEnvmapBumpmap in those cases instead.
glSampleMapATI :: MonadIO m => GLuint -> GLuint -> GLenum -> m ()OpenGLRaw Graphics.GL.ATI.FragmentShader No documentation available.