• About
  • Snapshots
  • LTS
  • Nightly
  • FAQ
  • Blog

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.

  1. glMapGrid2xOES :: MonadIO m => GLint -> GLfixed -> GLfixed -> GLfixed -> GLfixed -> m ()

    OpenGLRaw Graphics.GL.OES.FixedPoint

    No documentation available.

  2. glPixelMapx :: MonadIO m => GLenum -> GLint -> Ptr GLfixed -> m ()

    OpenGLRaw Graphics.GL.OES.FixedPoint

    No documentation available.

  3. module Graphics.GL.SGIS.GenerateMipmap

    No documentation available.

  4. pattern GL_GENERATE_MIPMAP_HINT_SGIS :: GLenum

    OpenGLRaw Graphics.GL.SGIS.GenerateMipmap

    No documentation available.

  5. pattern GL_GENERATE_MIPMAP_SGIS :: GLenum

    OpenGLRaw Graphics.GL.SGIS.GenerateMipmap

    No documentation available.

  6. glGetSGISGenerateMipmap :: MonadIO m => m Bool

    OpenGLRaw Graphics.GL.SGIS.GenerateMipmap

    Is the SGIS_generate_mipmap extension supported?

  7. gl_SGIS_generate_mipmap :: Bool

    OpenGLRaw Graphics.GL.SGIS.GenerateMipmap

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

  8. module Graphics.GL.SGIX.Clipmap

    No documentation available.

  9. pattern GL_LINEAR_CLIPMAP_LINEAR_SGIX :: GLenum

    OpenGLRaw Graphics.GL.SGIX.Clipmap

    No documentation available.

  10. pattern GL_LINEAR_CLIPMAP_NEAREST_SGIX :: GLenum

    OpenGLRaw Graphics.GL.SGIX.Clipmap

    No documentation available.

Page 841 of many | Previous | Next

Stackage is a service provided by the Haskell Foundation │ Originally developed by FP Complete