1
0
Fork 0
mirror of https://github.com/ocornut/imgui.git synced 2026-01-11 00:04:24 +00:00

Examples: added SDL3+DirectX11 example. Minor amends + fix both SDL2/SDL3+DirectX11 to allow WARP driver. (#8956, #8957)

This commit is contained in:
ocornut 2025-09-22 21:37:41 +02:00
parent a00e517a81
commit d701ffb478
10 changed files with 27 additions and 13 deletions

View file

@ -53,7 +53,10 @@ Other Changes:
ClearRendererHandlers() on shutdown, so as not to leave function pointers
which may be dangling when using backend in e.g. DLL. (#8945, #2769)
- Backends: OpenGL3: fixed GL loader to work on Haiku OS which does not support
`RTLD_NOLOAD`. (#8952) [@Xottab-DUTY]
`RTLD_NOLOAD`. (#8952) [@Xottab-DUTY, @threedeyes]
- Examples: SDL2+DirectX11: Try WARP software driver if hardware driver is
not available. (#5924, #5562)
- Examples: SDL3+DirectX11: Added SDL3+DirectX11 example. (#8956, #8957) [@tomaz82]
-----------------------------------------------------------------------