Update vendor:sdl3 to version 3.2.10

This commit is contained in:
Dan Korostelev
2025-04-02 20:24:45 +02:00
parent 5eaff20f4a
commit 4a56b25b3a
38 changed files with 531 additions and 159 deletions
+2
View File
@@ -277,6 +277,8 @@ PixelFormat :: enum c.int {
/* SDL_DEFINE_PIXELFOURCC('P', '0', '1', '0'), */
EXTERNAL_OES = 0x2053454f, /**< Android video texture format */
/* SDL_DEFINE_PIXELFOURCC('O', 'E', 'S', ' ') */
MJPG = 0x47504a4d, /**< Motion JPEG */
/* SDL_DEFINE_PIXELFOURCC('M', 'J', 'P', 'G') */
/* Aliases for RGBA byte arrays of color data, for the current platform */
RGBA32 = RGBA8888 when BYTEORDER == BIG_ENDIAN else ABGR8888,