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.
configInputMap :: VtyUserConfig -> InputMapvty 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.
configTermWidthMaps :: VtyUserConfig -> [(String, FilePath)]vty Graphics.Vty.Config Terminal width map files.
type
ClassifyMap = [(String, Event)]vty Graphics.Vty.Input.Events No documentation available.
module Graphics.Rendering.OpenGL.GL.
Bitmaps This module corresponds to section 3.7 (Bitmaps) of the OpenGL 2.1 specs.
bitmap :: Size -> Vertex2 GLfloat -> Vector2 GLfloat -> Ptr GLubyte -> IO ()OpenGL Graphics.Rendering.OpenGL.GL.Bitmaps No documentation available.
UnmappingFailed :: MappingFailureOpenGL Graphics.Rendering.OpenGL.GL.BufferObjects No documentation available.
bufferMapped :: BufferTarget -> GettableStateVar BoolOpenGL Graphics.Rendering.OpenGL.GL.BufferObjects No documentation available.
flushMappedBufferRange :: BufferTarget -> Offset -> Length -> IO ()OpenGL Graphics.Rendering.OpenGL.GL.BufferObjects No documentation available.
unmapBuffer :: BufferTarget -> IO BoolOpenGL Graphics.Rendering.OpenGL.GL.BufferObjects No documentation available.
-
OpenGL Graphics.Rendering.OpenGL.GL.BufferObjects Convenience function for an exception-safe combination of mapBuffer and unmapBuffer.