Skip to content

Latest commit

 

History

History
7 lines (4 loc) · 500 Bytes

README.md

File metadata and controls

7 lines (4 loc) · 500 Bytes

Multi-language GL/GLES/EGL/GLX/WGL loader

Pregenerated library to load OpenGL on the desktops.

Official page might be found here or it is also possible to use official repository.

Glad library is needed to properly load the correct instance of the OpenGL graphical API in runtime. This means that the application will not require the static linking with OpenGL library and also will detecting all supported extensions during the start.