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

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. rendererInfoNumTextureFormats :: RendererInfo -> !Word32

    sdl2 SDL.Raw.Types

    No documentation available.

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

    sdl2 SDL.Raw.Types

    No documentation available.

  3. surfaceFormat :: Surface -> !Ptr PixelFormat

    sdl2 SDL.Raw.Types

    No documentation available.

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

    sdl2 SDL.Raw.Video

    No documentation available.

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

    sdl2 SDL.Raw.Video

    No documentation available.

  6. freeFormat :: MonadIO m => Ptr PixelFormat -> m ()

    sdl2 SDL.Raw.Video

    No documentation available.

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

    sdl2 SDL.Raw.Video

    No documentation available.

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

    sdl2 SDL.Raw.Video

    No documentation available.

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

    sdl2 SDL.Raw.Video

    No documentation available.

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

    sdl2 SDL.Raw.Video

    No documentation available.

Page 661 of many | Previous | Next

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