Backends: OpenGL: Fixed loader auto-detection to not interfere with ES2/ES3 defines. (#3246)

This commit is contained in:
Giovanni Funchal
2020-05-21 12:49:06 +01:00
committed by ocornut
parent 5ddf60d8ce
commit 3f26a07ee1
3 changed files with 36 additions and 42 deletions

View File

@ -66,6 +66,7 @@ Other Changes:
- Backends: OpenGL: Fixed handling of GL 4.5+ glClipControl(GL_UPPER_LEFT) by inverting the
projection matrix top and bottom values. (#3143, #3146) [@u3shit]
- Backends: OpenGL: On OSX, if unspecified by app, made default GLSL version 150. (#3199) [@albertvaka]
- Backends: OpenGL: Fixed loader auto-detection to not interfere with ES2/ES3 defines. (#3246) [@funchal]
- Backends: Vulkan: Fixed error in if initial frame has no vertices. (#3177)
- Backends: Vulkan: Fixed edge case where render callbacks wouldn't be called if the ImDrawData
structure didn't have any vertices. (#2697) [@kudaba]