Hoogle Search

Within LTS Haskell 24.36 (ghc-9.10.3)

Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.

  1. module Graphics.GL.ATI.EnvmapBumpmap

    No documentation available.

  2. pattern GL_BUMP_ENVMAP_ATI :: GLenum

    OpenGLRaw Graphics.GL.ATI.EnvmapBumpmap

    No documentation available.

  3. glGetATIEnvmapBumpmap :: MonadIO m => m Bool

    OpenGLRaw Graphics.GL.ATI.EnvmapBumpmap

    Is the ATI_envmap_bumpmap extension supported?

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

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

    OpenGLRaw Graphics.GL.ATI.FragmentShader

    No documentation available.

  6. glGetATIMapObjectBuffer :: MonadIO m => m Bool

    OpenGLRaw Graphics.GL.ATI.MapObjectBuffer

    Is the ATI_map_object_buffer extension supported?

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

    OpenGLRaw Graphics.GL.ATI.MapObjectBuffer

    No documentation available.

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

    OpenGLRaw Graphics.GL.ATI.MapObjectBuffer

    No documentation available.

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

  10. pattern GL_BITMAP :: GLenum

    OpenGLRaw Graphics.GL.Compatibility30

    No documentation available.

Page 635 of many | Previous | Next