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

Hoogle Search

Within LTS Haskell 24.45 (ghc-9.10.3)

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

  1. pattern GL_NEAREST_CLIPMAP_LINEAR_SGIX :: GLenum

    OpenGLRaw Graphics.GL.SGIX.Clipmap

    No documentation available.

  2. pattern GL_NEAREST_CLIPMAP_NEAREST_SGIX :: GLenum

    OpenGLRaw Graphics.GL.SGIX.Clipmap

    No documentation available.

  3. pattern GL_TEXTURE_CLIPMAP_CENTER_SGIX :: GLenum

    OpenGLRaw Graphics.GL.SGIX.Clipmap

    No documentation available.

  4. pattern GL_TEXTURE_CLIPMAP_DEPTH_SGIX :: GLenum

    OpenGLRaw Graphics.GL.SGIX.Clipmap

    No documentation available.

  5. pattern GL_TEXTURE_CLIPMAP_FRAME_SGIX :: GLenum

    OpenGLRaw Graphics.GL.SGIX.Clipmap

    No documentation available.

  6. pattern GL_TEXTURE_CLIPMAP_LOD_OFFSET_SGIX :: GLenum

    OpenGLRaw Graphics.GL.SGIX.Clipmap

    No documentation available.

  7. pattern GL_TEXTURE_CLIPMAP_OFFSET_SGIX :: GLenum

    OpenGLRaw Graphics.GL.SGIX.Clipmap

    No documentation available.

  8. pattern GL_TEXTURE_CLIPMAP_VIRTUAL_DEPTH_SGIX :: GLenum

    OpenGLRaw Graphics.GL.SGIX.Clipmap

    No documentation available.

  9. glGetSGIXClipmap :: MonadIO m => m Bool

    OpenGLRaw Graphics.GL.SGIX.Clipmap

    Is the SGIX_clipmap extension supported?

  10. gl_SGIX_clipmap :: Bool

    OpenGLRaw Graphics.GL.SGIX.Clipmap

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

Page 842 of many | Previous | Next

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