add sdlgpu3 backend

This commit is contained in:
Grant Horner
2025-03-17 15:32:02 -04:00
parent c32d1c0c9b
commit e9b285160f
5 changed files with 373 additions and 4 deletions

View File

@@ -41,6 +41,10 @@
#include "imgui_impl_sdl3.h"
#endif
#ifdef CIMGUI_USE_SDLGPU3
#include "imgui_impl_sdlgpu3.h"
#endif
#ifdef CIMGUI_USE_VULKAN
#include "imgui_impl_vulkan.h"
#endif