• 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. pixelFormatBytesPerPixel :: PixelFormat -> !Word8

    sdl2 SDL.Raw.Types

    No documentation available.

  2. pixelFormatFormat :: PixelFormat -> !Word32

    sdl2 SDL.Raw.Types

    No documentation available.

  3. pixelFormatGMask :: PixelFormat -> !Word32

    sdl2 SDL.Raw.Types

    No documentation available.

  4. pixelFormatPalette :: PixelFormat -> !Ptr Palette

    sdl2 SDL.Raw.Types

    No documentation available.

  5. pixelFormatRMask :: PixelFormat -> !Word32

    sdl2 SDL.Raw.Types

    No documentation available.

  6. rendererInfoNumTextureFormats :: RendererInfo -> !Word32

    sdl2 SDL.Raw.Types

    No documentation available.

  7. rendererInfoTextureFormats :: RendererInfo -> ![Word32]

    sdl2 SDL.Raw.Types

    No documentation available.

  8. surfaceFormat :: Surface -> !Ptr PixelFormat

    sdl2 SDL.Raw.Types

    No documentation available.

  9. allocFormat :: MonadIO m => Word32 -> m (Ptr PixelFormat)

    sdl2 SDL.Raw.Video

    No documentation available.

  10. convertSurfaceFormat :: MonadIO m => Ptr Surface -> Word32 -> Word32 -> m (Ptr Surface)

    sdl2 SDL.Raw.Video

    No documentation available.

Page 658 of many | Previous | Next

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