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.
-
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.
fetchAllRowsMap :: Statement -> IO [Map String SqlValue]HDBC Database.HDBC Like fetchAllRowsAL, but return a list of Maps instead of a list of association lists.
fetchAllRowsMap' :: Statement -> IO [Map String SqlValue]HDBC Database.HDBC Strict version of fetchAllRowsMap
fetchRowMap :: Statement -> IO (Maybe (Map String SqlValue))HDBC Database.HDBC Similar to fetchRowAL, but return a Map instead of an association list.
module Graphics.GL.AMD.
SeamlessCubemapPerTexture No documentation available.
pattern
GL_TEXTURE_CUBE_MAP_SEAMLESS :: GLenumOpenGLRaw Graphics.GL.AMD.SeamlessCubemapPerTexture No documentation available.
glGetAMDSeamlessCubemapPerTexture :: MonadIO m => m BoolOpenGLRaw Graphics.GL.AMD.SeamlessCubemapPerTexture Is the AMD_seamless_cubemap_per_texture extension supported?
gl_AMD_seamless_cubemap_per_texture :: BoolOpenGLRaw 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.
pattern
GL_BUFFER_FLUSHING_UNMAP_APPLE :: GLenumOpenGLRaw Graphics.GL.APPLE.FlushBufferRange No documentation available.
glFlushMappedBufferRangeAPPLE :: MonadIO m => GLenum -> GLintptr -> GLsizeiptr -> m ()OpenGLRaw Graphics.GL.APPLE.FlushBufferRange This command is an alias for glFlushMappedBufferRange.