Examples: OpenGL3: Minor tweaks, clarifications + not calling glBindBuffer more than necessary in the render loop.

This commit is contained in:
omar
2019-03-29 16:17:04 +01:00
parent 9a0e71a6ec
commit 512d39d031
5 changed files with 32 additions and 26 deletions

View File

@ -43,6 +43,7 @@ Other Changes:
- Inputs: Also add support for horizontal scroll with Shift+Mouse Wheel. (#2424, #1463) [@LucaRood]
- Examples: OpenGL: Added a dummy GL call + comments in ImGui_ImplOpenGL3_Init() to detect uninitialized
GL function loaders early, and help users understand what they are missing. (#2421)
- Examples: OpenGL3: Minor tweaks + not calling glBindBuffer more than necessary in the render loop.
- Examples: FreeGLUT: Made io.DeltaTime always > 0. (#2430)