• 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. pattern GL_NUM_PROGRAM_BINARY_FORMATS :: GLenum

    OpenGLRaw Graphics.GL.ARB.GetProgramBinary

    No documentation available.

  2. pattern GL_PROGRAM_BINARY_FORMATS :: GLenum

    OpenGLRaw Graphics.GL.ARB.GetProgramBinary

    No documentation available.

  3. pattern GL_SHADER_BINARY_FORMAT_SPIR_V_ARB :: GLenum

    OpenGLRaw Graphics.GL.ARB.GlSpirv

    No documentation available.

  4. pattern GL_COLOR_TABLE_FORMAT :: GLenum

    OpenGLRaw Graphics.GL.ARB.ImagingCompatibility

    No documentation available.

  5. pattern GL_CONVOLUTION_FORMAT :: GLenum

    OpenGLRaw Graphics.GL.ARB.ImagingCompatibility

    No documentation available.

  6. pattern GL_HISTOGRAM_FORMAT :: GLenum

    OpenGLRaw Graphics.GL.ARB.ImagingCompatibility

    No documentation available.

  7. pattern GL_MINMAX_FORMAT :: GLenum

    OpenGLRaw Graphics.GL.ARB.ImagingCompatibility

    No documentation available.

  8. module Graphics.GL.ARB.InternalformatQuery

    No documentation available.

  9. glGetARBInternalformatQuery :: MonadIO m => m Bool

    OpenGLRaw Graphics.GL.ARB.InternalformatQuery

    Is the ARB_internalformat_query extension supported?

  10. glGetInternalformativ :: MonadIO m => GLenum -> GLenum -> GLenum -> GLsizei -> Ptr GLint -> m ()

    OpenGLRaw Graphics.GL.ARB.InternalformatQuery

    Manual page for OpenGL 4.x.

Page 753 of many | Previous | Next

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