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

Backends: Allegro5: Fixed texture format setup. (#8770, #8465)

Amend/fix ee8941e.
This commit is contained in:
ocornut 2025-08-12 15:02:58 +02:00
parent e2a662eed8
commit e1baadba84
2 changed files with 8 additions and 3 deletions

View file

@ -43,6 +43,8 @@ Breaking Changes:
Other Changes:
- Backends: Allegro5: Fixed texture format setup which didn't work on all
setups/drivers. (#8770, #8465)
- Backends: Allegro5: Added ImGui_ImplAllegro5_SetDisplay() function to
change current ALLEGRO_DISPLAY, as Allegro applications often need to do that.