Hoogle Search

Within LTS Haskell 24.46 (ghc-9.10.3)

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

  1. data BitmapFont

    GLUT Graphics.UI.GLUT.Fonts

    The bitmap fonts available in GLUT. The exact bitmap to be used is defined by the standard X glyph bitmaps for the X font with the given name.

  2. fetchAllRowsMap :: Statement -> IO [Map String SqlValue]

    HDBC Database.HDBC

    Like fetchAllRowsAL, but return a list of Maps instead of a list of association lists.

  3. fetchAllRowsMap' :: Statement -> IO [Map String SqlValue]

    HDBC Database.HDBC

    Strict version of fetchAllRowsMap

  4. fetchRowMap :: Statement -> IO (Maybe (Map String SqlValue))

    HDBC Database.HDBC

    Similar to fetchRowAL, but return a Map instead of an association list.

  5. module Graphics.GL.AMD.SeamlessCubemapPerTexture

    No documentation available.

  6. pattern GL_TEXTURE_CUBE_MAP_SEAMLESS :: GLenum

    OpenGLRaw Graphics.GL.AMD.SeamlessCubemapPerTexture

    No documentation available.

  7. glGetAMDSeamlessCubemapPerTexture :: MonadIO m => m Bool

    OpenGLRaw Graphics.GL.AMD.SeamlessCubemapPerTexture

    Is the AMD_seamless_cubemap_per_texture extension supported?

  8. gl_AMD_seamless_cubemap_per_texture :: Bool

    OpenGLRaw Graphics.GL.AMD.SeamlessCubemapPerTexture

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

  9. pattern GL_BUFFER_FLUSHING_UNMAP_APPLE :: GLenum

    OpenGLRaw Graphics.GL.APPLE.FlushBufferRange

    No documentation available.

  10. glFlushMappedBufferRangeAPPLE :: MonadIO m => GLenum -> GLintptr -> GLsizeiptr -> m ()

    OpenGLRaw Graphics.GL.APPLE.FlushBufferRange

    This command is an alias for glFlushMappedBufferRange.

Page 627 of many | Previous | Next