h-raylib-4.5.2.0: Raylib bindings for Haskell
Safe HaskellSafe-Inferred
LanguageHaskell2010

Raylib.Core

Documentation

initWindow :: Int -> Int -> String -> IO () Source #

beginScissorMode :: Int -> Int -> Int -> Int -> IO () Source #

memAlloc :: Storable a => Int -> IO (Ptr a) Source #

memRealloc :: (Storable a, Storable b) => Ptr a -> Int -> IO (Ptr b) Source #

memFree :: Storable a => Ptr a -> IO () Source #