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.

  1. gl_ARB_texture_cube_map_array :: Bool

    OpenGLRaw 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.

  2. pattern GL_BUFFER_MAPPED_ARB :: GLenum

    OpenGLRaw Graphics.GL.ARB.VertexBufferObject

    No documentation available.

  3. pattern GL_BUFFER_MAP_POINTER_ARB :: GLenum

    OpenGLRaw Graphics.GL.ARB.VertexBufferObject

    No documentation available.

  4. glMapBufferARB :: MonadIO m => GLenum -> GLenum -> m (Ptr a)

    OpenGLRaw Graphics.GL.ARB.VertexBufferObject

    This command is an alias for glMapBuffer.

  5. glUnmapBufferARB :: MonadIO m => GLenum -> m GLboolean

    OpenGLRaw Graphics.GL.ARB.VertexBufferObject

    This command is an alias for glUnmapBuffer.

  6. module Graphics.GL.ATI.EnvmapBumpmap

    No documentation available.

  7. pattern GL_BUMP_ENVMAP_ATI :: GLenum

    OpenGLRaw Graphics.GL.ATI.EnvmapBumpmap

    No documentation available.

  8. glGetATIEnvmapBumpmap :: MonadIO m => m Bool

    OpenGLRaw Graphics.GL.ATI.EnvmapBumpmap

    Is the ATI_envmap_bumpmap extension supported?

  9. gl_ATI_envmap_bumpmap :: Bool

    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.

  10. glSampleMapATI :: MonadIO m => GLuint -> GLuint -> GLenum -> m ()

    OpenGLRaw Graphics.GL.ATI.FragmentShader

    No documentation available.

Page 637 of many | Previous | Next