Backends: SDLRenderer3: Update for SDL_RenderGeometryRaw() API changes.

This commit is contained in:
ocornut
2024-07-01 12:04:36 +02:00
parent f2c07ed717
commit 751bbf38ba
2 changed files with 27 additions and 3 deletions

View File

@@ -95,6 +95,7 @@ Other changes:
has been destroyed by ImGui_ImplOpenGL3_DestroyFontsTexture(). (#7748) [@mlauss2]
- Backends: SDL3: Update for API removal of keysym field in SDL_KeyboardEvent. (#7728)
- Backends: SDL3: Update for SDL_StartTextInput()/SDL_StopTextInput() API changes. (#7735)
- Backends: SDLRenderer3: Update for SDL_RenderGeometryRaw() API changes. (SDL#9009).
- Backends: Vulkan: Remove Volk/ from volk.h #include directives. (#7722, #6582, #4854)
[@martin-ejdestig]
- Examples: GLFW+Vulkan, SDL+Vulkan: handle swap chain resize even without Vulkan