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.
pixelFormatBytesPerPixel :: PixelFormat -> !Word8sdl2 SDL.Raw.Types No documentation available.
pixelFormatFormat :: PixelFormat -> !Word32sdl2 SDL.Raw.Types No documentation available.
pixelFormatGMask :: PixelFormat -> !Word32sdl2 SDL.Raw.Types No documentation available.
pixelFormatPalette :: PixelFormat -> !Ptr Palettesdl2 SDL.Raw.Types No documentation available.
pixelFormatRMask :: PixelFormat -> !Word32sdl2 SDL.Raw.Types No documentation available.
rendererInfoNumTextureFormats :: RendererInfo -> !Word32sdl2 SDL.Raw.Types No documentation available.
rendererInfoTextureFormats :: RendererInfo -> ![Word32]sdl2 SDL.Raw.Types No documentation available.
surfaceFormat :: Surface -> !Ptr PixelFormatsdl2 SDL.Raw.Types No documentation available.
allocFormat :: MonadIO m => Word32 -> m (Ptr PixelFormat)sdl2 SDL.Raw.Video No documentation available.
convertSurfaceFormat :: MonadIO m => Ptr Surface -> Word32 -> Word32 -> m (Ptr Surface)sdl2 SDL.Raw.Video No documentation available.