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. data PixelFormat

    sdl2 SDL.Video.Renderer

    No documentation available.

  2. newtype SurfacePixelFormat

    sdl2 SDL.Video.Renderer

    No documentation available.

  3. SurfacePixelFormat :: Ptr PixelFormat -> SurfacePixelFormat

    sdl2 SDL.Video.Renderer

    No documentation available.

  4. masksToPixelFormat :: MonadIO m => CInt -> V4 Word32 -> m PixelFormat

    sdl2 SDL.Video.Renderer

    Convert a bpp value and RGBA masks to an enumerated pixel format. See SDL_MasksToPixelFormatEnum for C documentation.

  5. pixelFormatToMasks :: MonadIO m => PixelFormat -> m (CInt, V4 Word32)

    sdl2 SDL.Video.Renderer

    Convert the given the enumerated pixel format to a bpp value and RGBA masks. See SDL_PixelFormatEnumToMasks for C documentation.

  6. rendererInfoNumTextureFormats :: RendererInfo -> Word32

    sdl2 SDL.Video.Renderer

    The number of available texture formats

  7. rendererInfoTextureFormats :: RendererInfo -> [PixelFormat]

    sdl2 SDL.Video.Renderer

    The available texture formats

  8. surfaceFormat :: MonadIO m => Surface -> m SurfacePixelFormat

    sdl2 SDL.Video.Renderer

    Inspect the pixel format under a surface.

  9. texturePixelFormat :: TextureInfo -> PixelFormat

    sdl2 SDL.Video.Renderer

    Raw format of the texture; the actual format may differ, but pixel transfers will use this format

  10. shakeArgsForward :: ShakeOptions -> Action () -> IO ()

    shake Development.Shake.Forward

    Run a forward-defined build system, interpreting command-line arguments.

Page 660 of many | Previous | Next