• About
  • Snapshots
  • LTS
  • Nightly
  • FAQ
  • Blog

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. freeFormat :: MonadIO m => Ptr PixelFormat -> m ()

    sdl2 SDL.Raw.Video

    No documentation available.

  2. getPixelFormatName :: MonadIO m => Word32 -> m CString

    sdl2 SDL.Raw.Video

    No documentation available.

  3. getWindowPixelFormat :: MonadIO m => Window -> m Word32

    sdl2 SDL.Raw.Video

    No documentation available.

  4. masksToPixelFormatEnum :: MonadIO m => CInt -> Word32 -> Word32 -> Word32 -> Word32 -> m Word32

    sdl2 SDL.Raw.Video

    No documentation available.

  5. pixelFormatEnumToMasks :: MonadIO m => Word32 -> Ptr CInt -> Ptr Word32 -> Ptr Word32 -> Ptr Word32 -> Ptr Word32 -> m Bool

    sdl2 SDL.Raw.Video

    No documentation available.

  6. setPixelFormatPalette :: MonadIO m => Ptr PixelFormat -> Ptr Palette -> m CInt

    sdl2 SDL.Raw.Video

    No documentation available.

  7. Information :: MessageKind

    sdl2 SDL.Video

    No documentation available.

  8. data PixelFormat

    sdl2 SDL.Video

    No documentation available.

  9. displayModeFormat :: DisplayMode -> PixelFormat

    sdl2 SDL.Video

    No documentation available.

  10. getWindowPixelFormat :: MonadIO m => Window -> m PixelFormat

    sdl2 SDL.Video

    Get the pixel format that is used for the given window.

Page 659 of many | Previous | Next

Stackage is a service provided by the Haskell Foundation │ Originally developed by FP Complete