Hoogle Search

Within LTS Haskell 24.40 (ghc-9.10.3)

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

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

    OpenGLRaw Graphics.GL.OES.FixedPoint

    No documentation available.

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

    OpenGLRaw Graphics.GL.OES.FixedPoint

    No documentation available.

  3. glMapGrid1xOES :: MonadIO m => GLint -> GLfixed -> GLfixed -> m ()

    OpenGLRaw Graphics.GL.OES.FixedPoint

    No documentation available.

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

    OpenGLRaw Graphics.GL.OES.FixedPoint

    No documentation available.

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

    OpenGLRaw Graphics.GL.OES.FixedPoint

    No documentation available.

  6. module Graphics.GL.SGIS.GenerateMipmap

    No documentation available.

  7. pattern GL_GENERATE_MIPMAP_HINT_SGIS :: GLenum

    OpenGLRaw Graphics.GL.SGIS.GenerateMipmap

    No documentation available.

  8. pattern GL_GENERATE_MIPMAP_SGIS :: GLenum

    OpenGLRaw Graphics.GL.SGIS.GenerateMipmap

    No documentation available.

  9. glGetSGISGenerateMipmap :: MonadIO m => m Bool

    OpenGLRaw Graphics.GL.SGIS.GenerateMipmap

    Is the SGIS_generate_mipmap extension supported?

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

Page 839 of many | Previous | Next