aboutsummaryrefslogtreecommitdiff
path: root/sdl2/render.ha (follow)
Commit message (Collapse)AuthorAgeFilesLines
* refactor names from e.g. sdl2::init() to sdl2::SDL_Init()Vlad-Stefan Harbuz2022-02-071-79/+79
| | | | Signed-off-by: Vlad-Stefan Harbuz <vlad@vladh.net>
* sdl2: add rect drawing functionsDrew DeVault2021-12-151-0/+33
|
* Add blend modesDrew DeVault2021-12-111-0/+11
|
* Add SetTextureAlphaMod wrapperDrew DeVault2021-12-111-0/+16
|
* all: rig up Hare-native error handlingDrew DeVault2021-12-101-28/+64
|
* Add sdl2::set_texture_color_modDrew DeVault2021-12-091-0/+15
|
* sdl2::image: initial commitDrew DeVault2021-12-091-0/+16
| | | | | Some additional things which were needed to make this work were also added.
* Initial work on SDL_renderDrew DeVault2021-12-091-0/+70