Examples: SDL2 (all), SDL3 (all), Win32+OpenGL3: Rework examples main loop to handle minimization without burning CPU or GPU by running unthrottled code. (#7844)

This commit is contained in:
ocornut
2024-07-31 17:11:13 +02:00
parent dcf54782d4
commit 887478793b
9 changed files with 44 additions and 0 deletions
+4
View File
@@ -43,6 +43,10 @@ Breaking changes:
Other changes:
- Examples: SDL2 (all), SDL3 (all), Win32+OpenGL3: rework examples main loop to handle
minimization without burning CPU or GPU by running unthrottled code. (#7844)
-----------------------------------------------------------------------
VERSION 1.91.0 (Released 2024-07-30)