aboutsummaryrefslogtreecommitdiff
path: root/sdl2/surface.ha (follow)
Commit message (Collapse)AuthorAgeFilesLines
* add SDL_FreeSurfaceubq3232024-05-271-0/+7
|
* add a few functionsubq3232024-04-191-0/+9
| | | | | these are some sdl functions i needed for a project. there is not much structure beyond that.
* all: fix build errorsDrew DeVault2023-09-221-4/+4
|
* Add SDL_CreateRGBSurface wrapperCarlos Une2022-11-071-0/+12
| | | | Signed-off-by: Carlos Une <une@fastmail.fm>
* refactor names from e.g. sdl2::init() to sdl2::SDL_Init()Vlad-Stefan Harbuz2022-02-071-6/+6
| | | | Signed-off-by: Vlad-Stefan Harbuz <vlad@vladh.net>
* sdl2::image: initial commitDrew DeVault2021-12-091-0/+25
Some additional things which were needed to make this work were also added.