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.

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

    OpenGLRaw Graphics.GL.ARB.VertexBufferObject

    This command is an alias for glUnmapBuffer.

  2. module Graphics.GL.ATI.EnvmapBumpmap

    No documentation available.

  3. pattern GL_BUMP_ENVMAP_ATI :: GLenum

    OpenGLRaw Graphics.GL.ATI.EnvmapBumpmap

    No documentation available.

  4. glGetATIEnvmapBumpmap :: MonadIO m => m Bool

    OpenGLRaw Graphics.GL.ATI.EnvmapBumpmap

    Is the ATI_envmap_bumpmap extension supported?

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

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

    OpenGLRaw Graphics.GL.ATI.FragmentShader

    No documentation available.

  7. glGetATIMapObjectBuffer :: MonadIO m => m Bool

    OpenGLRaw Graphics.GL.ATI.MapObjectBuffer

    Is the ATI_map_object_buffer extension supported?

  8. glMapObjectBufferATI :: MonadIO m => GLuint -> m (Ptr a)

    OpenGLRaw Graphics.GL.ATI.MapObjectBuffer

    No documentation available.

  9. glUnmapObjectBufferATI :: MonadIO m => GLuint -> m ()

    OpenGLRaw Graphics.GL.ATI.MapObjectBuffer

    No documentation available.

  10. gl_ATI_map_object_buffer :: Bool

    OpenGLRaw Graphics.GL.ATI.MapObjectBuffer

    Is the ATI_map_object_buffer extension supported? Note that in the presence of multiple contexts with different capabilities, this might be wrong. Use glGetATIMapObjectBuffer in those cases instead.

Page 635 of many | Previous | Next