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. configInputMap :: VtyUserConfig -> InputMap

    vty Graphics.Vty.Config

    The (input byte, output event) pairs extend the internal input table of VTY and the table from terminfo. See Graphics.Vty.Config module documentation for documentation of the map directive.

  2. configTermWidthMaps :: VtyUserConfig -> [(String, FilePath)]

    vty Graphics.Vty.Config

    Terminal width map files.

  3. type ClassifyMap = [(String, Event)]

    vty Graphics.Vty.Input.Events

    No documentation available.

  4. module Graphics.Rendering.OpenGL.GL.Bitmaps

    This module corresponds to section 3.7 (Bitmaps) of the OpenGL 2.1 specs.

  5. bitmap :: Size -> Vertex2 GLfloat -> Vector2 GLfloat -> Ptr GLubyte -> IO ()

    OpenGL Graphics.Rendering.OpenGL.GL.Bitmaps

    No documentation available.

  6. UnmappingFailed :: MappingFailure

    OpenGL Graphics.Rendering.OpenGL.GL.BufferObjects

    No documentation available.

  7. bufferMapped :: BufferTarget -> GettableStateVar Bool

    OpenGL Graphics.Rendering.OpenGL.GL.BufferObjects

    No documentation available.

  8. flushMappedBufferRange :: BufferTarget -> Offset -> Length -> IO ()

    OpenGL Graphics.Rendering.OpenGL.GL.BufferObjects

    No documentation available.

  9. unmapBuffer :: BufferTarget -> IO Bool

    OpenGL Graphics.Rendering.OpenGL.GL.BufferObjects

    No documentation available.

  10. withMappedBuffer :: BufferTarget -> BufferAccess -> (Ptr a -> IO b) -> (MappingFailure -> IO b) -> IO b

    OpenGL Graphics.Rendering.OpenGL.GL.BufferObjects

    Convenience function for an exception-safe combination of mapBuffer and unmapBuffer.

Page 548 of many | Previous | Next