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.
-
sdl2 SDL.Video.Renderer No documentation available.
-
sdl2 SDL.Video.Renderer No documentation available.
SurfacePixelFormat :: Ptr PixelFormat -> SurfacePixelFormatsdl2 SDL.Video.Renderer No documentation available.
masksToPixelFormat :: MonadIO m => CInt -> V4 Word32 -> m PixelFormatsdl2 SDL.Video.Renderer Convert a bpp value and RGBA masks to an enumerated pixel format. See SDL_MasksToPixelFormatEnum for C documentation.
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.
rendererInfoNumTextureFormats :: RendererInfo -> Word32sdl2 SDL.Video.Renderer The number of available texture formats
rendererInfoTextureFormats :: RendererInfo -> [PixelFormat]sdl2 SDL.Video.Renderer The available texture formats
surfaceFormat :: MonadIO m => Surface -> m SurfacePixelFormatsdl2 SDL.Video.Renderer Inspect the pixel format under a surface.
texturePixelFormat :: TextureInfo -> PixelFormatsdl2 SDL.Video.Renderer Raw format of the texture; the actual format may differ, but pixel transfers will use this format
shakeArgsForward :: ShakeOptions -> Action () -> IO ()shake Development.Shake.Forward Run a forward-defined build system, interpreting command-line arguments.