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

Raylib.Core

Description

Bindings to rcore

Synopsis

High level

initWindow Source #

Arguments

:: Int 
-> Int 
-> String 
-> IO WindowResources

This value can be used with managed when loading resources for automatic memory management.

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

unloadShader :: Shader -> WindowResources -> IO () Source #

Unloads a managed shader from GPU memory (VRAM)

unloadAutomationEventList :: AutomationEventListRef -> WindowResources -> IO () Source #

Unloads a managed automation event list from CPU memory (RAM)

Native

c'memRealloc :: Ptr () -> CInt -> IO (Ptr ()) Source #

c'memFree :: Ptr () -> IO () Source #

Callbacks