Hoogle Search

Within LTS Haskell 24.52 (ghc-9.10.3)

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

  1. decorateMap :: Show k => Map k v -> (k -> v -> Validation) -> Validation

    validity-containers Data.Validity.Map

    No documentation available.

  2. module Graphics.Rendering.OpenGL.GL.Bitmaps

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

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

    OpenGL Graphics.Rendering.OpenGL.GL.Bitmaps

    No documentation available.

  4. UnmappingFailed :: MappingFailure

    OpenGL Graphics.Rendering.OpenGL.GL.BufferObjects

    No documentation available.

  5. bufferMapped :: BufferTarget -> GettableStateVar Bool

    OpenGL Graphics.Rendering.OpenGL.GL.BufferObjects

    No documentation available.

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

    OpenGL Graphics.Rendering.OpenGL.GL.BufferObjects

    No documentation available.

  7. unmapBuffer :: BufferTarget -> IO Bool

    OpenGL Graphics.Rendering.OpenGL.GL.BufferObjects

    No documentation available.

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

  9. NormalMap :: TextureGenMode

    OpenGL Graphics.Rendering.OpenGL.GL.CoordTrans

    No documentation available.

  10. ReflectionMap :: TextureGenMode

    OpenGL Graphics.Rendering.OpenGL.GL.CoordTrans

    No documentation available.

Page 550 of many | Previous | Next