sdl2-compat: updated sdl3_include_wrapper.h from latest SDL3 (77a29)

From 77a295fcc42b7f8b064095d189d48823d563e284 Mon Sep 17 00:00:00 2001
From: Ozkan Sezer <[EMAIL REDACTED]>
Date: Tue, 3 Mar 2026 00:40:28 +0300
Subject: [PATCH] updated sdl3_include_wrapper.h from latest SDL3

---
 src/sdl3_include_wrapper.h | 15 +++++++++++++++
 1 file changed, 15 insertions(+)

diff --git a/src/sdl3_include_wrapper.h b/src/sdl3_include_wrapper.h
index 72343156..c3f21972 100644
--- a/src/sdl3_include_wrapper.h
+++ b/src/sdl3_include_wrapper.h
@@ -1313,6 +1313,9 @@
 #define SDL_OpenXR_UnloadLibrary IGNORE_THIS_VERSION_OF_SDL_OpenXR_UnloadLibrary
 #define SDL_OpenXR_GetXrGetInstanceProcAddr IGNORE_THIS_VERSION_OF_SDL_OpenXR_GetXrGetInstanceProcAddr
 #define SDL_CreateTrayWithProperties IGNORE_THIS_VERSION_OF_SDL_CreateTrayWithProperties
+#define SDL_SetGPURenderStateSamplerBindings IGNORE_THIS_VERSION_OF_SDL_SetGPURenderStateSamplerBindings
+#define SDL_SetGPURenderStateStorageTextures IGNORE_THIS_VERSION_OF_SDL_SetGPURenderStateStorageTextures
+#define SDL_SetGPURenderStateStorageBuffers IGNORE_THIS_VERSION_OF_SDL_SetGPURenderStateStorageBuffers
 
 
 #define SDL_FUNCTION_POINTER_IS_VOID_POINTER 1
@@ -6459,6 +6462,18 @@
 #undef SDL_CreateTrayWithProperties
 #endif
 
+#ifdef SDL_SetGPURenderStateSamplerBindings
+#undef SDL_SetGPURenderStateSamplerBindings
+#endif
+
+#ifdef SDL_SetGPURenderStateStorageTextures
+#undef SDL_SetGPURenderStateStorageTextures
+#endif
+
+#ifdef SDL_SetGPURenderStateStorageBuffers
+#undef SDL_SetGPURenderStateStorageBuffers
+#endif
+
 
 /* see at top.
  */