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

Raylib.Core.Textures

Description

Bindings to rtextures

Synopsis

High level

loadImageAnim :: String -> IO (Image, Int) Source #

Returns the animation and the number of frames in a tuple

unloadTexture :: Texture -> WindowResources -> IO () Source #

Unloads a managed texture from GPU memory (VRAM)

unloadRenderTexture :: RenderTexture -> WindowResources -> IO () Source #

Unloads a managed render texture from GPU memory (VRAM)

Native