commit | 71ee2ce3673c8182871cb0b8554f9caf089a5334 | [log] [tgz] |
---|---|---|
author | ocornut <omarcornut@gmail.com> | Wed Jul 31 17:33:24 2024 +0200 |
committer | ocornut <omarcornut@gmail.com> | Wed Jul 31 17:33:24 2024 +0200 |
tree | 2655748858b91801791c5343be1e5d4b08d59215 | |
parent | 887478793b8f61c5385131d823dbb8ad8e8e900f [diff] |
Examples: GLFW: rework examples main loop to handle minimization without burning CPU or GPU by running unthrottled code. (#7844) Backends: GLFW: added ImGui_ImplGlfw_Sleep() helper.