Backends: GL3: Implement glbinding opengl loader support. (#2870)

This commit is contained in:
Rokas Kupstys
2020-01-07 15:32:34 +02:00
committed by omar
parent e254167afd
commit 5e2329b98e
6 changed files with 30 additions and 2 deletions

View File

@ -79,6 +79,7 @@ Other Changes:
automatically use it). [#2919, #2798]
- Examples: Metal: Wrapped main loop in @autoreleasepool block to ensure allocations get freed
even if underlying system event loop gets paused due to app nap (#2910, #2917). [@bear24rw]
- Examples: Added support for glbindings OpenGL loader.
-----------------------------------------------------------------------