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. glPixelMapusv :: MonadIO m => GLenum -> GLsizei -> Ptr GLushort -> m ()

    OpenGLRaw Graphics.GL.Version21

    Manual page for OpenGL 2.x.

  2. glUnmapBuffer :: MonadIO m => GLenum -> m GLboolean

    OpenGLRaw Graphics.GL.Version21

    Manual pages for OpenGL 2.x or OpenGL 3.x or OpenGL 4.x.

  3. package SafeSemaphore

    Much safer replacement for QSemN, QSem, and SampleVar This provides a much safer semaphore than the QSem, QSemN, SampleVar in base. Those base modules are not exception safe and can be broken by killThread. See https://github.com/ChrisKuklewicz/SafeSemaphore for more details.

  4. type TMap = Map ThreadId Int

    SafeSemaphore Control.Concurrent.FairRWLock

    No documentation available.

  5. data BitmapInfo

    bmp Codec.BMP

    A wrapper for the various image header types.

  6. data BitmapInfoV3

    bmp Codec.BMP

    Device Independent Bitmap (DIB) header for Windows V3.

  7. BitmapInfoV3 :: Word32 -> Word32 -> Word32 -> Bool -> Word16 -> Word16 -> Compression -> Word32 -> Word32 -> Word32 -> Word32 -> Word32 -> BitmapInfoV3

    bmp Codec.BMP

    No documentation available.

  8. data BitmapInfoV4

    bmp Codec.BMP

    Device Independent Bitmap (DIB) header for Windows V4 (95 and newer)

  9. BitmapInfoV4 :: BitmapInfoV3 -> Word32 -> Word32 -> Word32 -> Word32 -> Word32 -> (CIEXYZ, CIEXYZ, CIEXYZ) -> Word32 -> Word32 -> Word32 -> BitmapInfoV4

    bmp Codec.BMP

    No documentation available.

  10. data BitmapInfoV5

    bmp Codec.BMP

    Device Independent Bitmap (DIB) header for Windows V5 (98/2000 and newer)

Page 931 of many | Previous | Next