Skip to content

Commit

Permalink
Added some additional SDL_image 2.0 migration information
Browse files Browse the repository at this point in the history
  • Loading branch information
slouken committed Feb 1, 2025
1 parent b0f6251 commit 3ccd1b0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/README-migration.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,7 @@
This guide provides useful information for migrating applications from SDL_image 2.0 to SDL_image 3.0.

IMG_Init() and IMG_Quit() are no longer necessary. If an image format requires dynamically loading a support library, that will be done automatically.

The functions named \*_RW() that previously took an SDL_RWops parameter have been renamed \*_IO() and take an SDL_IOStream parameter.

IMG_Linked_Version() has been replaced with IMG_Version().

0 comments on commit 3ccd1b0

Please sign in to comment.