Add support for SDL3

This commit is contained in:
Milan Nikolic 2024-12-03 09:06:39 +01:00
parent 5df9325f63
commit ea071de5c2
No known key found for this signature in database
GPG key ID: 9229D0EAA3AA4E75
21 changed files with 88 additions and 50 deletions

View file

@ -53,6 +53,7 @@ It is also possible to build the DLL yourself. You can find more info at [raylib
* `drm` - build for Linux native [DRM](https://en.wikipedia.org/wiki/Direct_Rendering_Manager) mode, including Raspberry Pi 4 and other devices (PLATFORM_DRM)
* `sdl` - build for [SDL](https://github.com/libsdl-org/SDL) backend (PLATFORM_DESKTOP_SDL)
* `sdl3` - build for [SDL](https://github.com/libsdl-org/SDL) v3 backend (PLATFORM_DESKTOP_SDL3)
* `rgfw` - build for [RGFW](https://github.com/ColleagueRiley/RGFW) backend (PLATFORM_DESKTOP_RGFW)
* `noaudio` - disables audio functions
* `opengl43` - uses OpenGL 4.3 backend