OpenGL3: Added error output when shaders fail to compile / link. (#1938)

This commit is contained in:
omar
2018-07-10 16:09:34 +02:00
parent 4dfb9ef751
commit de13261f1b
2 changed files with 52 additions and 8 deletions

View File

@ -60,6 +60,7 @@ Other Changes:
- Examples: OSX: Added early raw OSX platform backend. (#1873) [@pagghiu, @itamago, @ocornut]
- Examples: Added mac OSX & iOS + Metal example in example_apple_metal/. (#1929, #1873) [@warrenm]
- Examples: Added mac OSX + OpenGL2 example in example_apple_opengl2/. (#1873)
- Examples: OpenGL3: Added error output when shaders fail to compile/link.
- Examples: Win32, Glfw, SDL: Added support for the ImGuiMouseCursor_Hand cursor.