Rokas Kupstys
|
00c515f51a
|
Add glbinding build sample to Makefiles of GL3 examples. (#2870)
|
2020-01-09 16:26:42 +01:00 |
|
omar
|
7ff13f4ee1
|
Examples: Explicitly adding -DIMGUI_IMPL_OPENGL_LOADER_GL3W to Makefile to match linking settings
(otherwise if another loader such as Glew is accessible, the opengl3 backend might automatically use it). [#2919, #2798]
|
2019-12-06 10:43:27 +01:00 |
|
NeroBurner
|
e7e88ed413
|
Examples: SDL/GLFW + OpenGL3: Fixes for Makefile (#2774)
- append CXXFLAGS instead of overwriting them
- add glad.c build rule
|
2019-09-17 17:04:40 +09:00 |
|
omar
|
42423d5ea4
|
Examples: Makefile: Tweaks so they are more consistent with each others. Added -g./opt/local includes for MacPorts on Mac OS X. (#297)
|
2019-04-07 23:02:07 +02:00 |
|
omar
|
01586d33f3
|
Refactor: Added empty imgui_widgets.cpp + updated project files / makefiles etc. accordingly (#2036)
|
2018-08-30 14:29:11 +02:00 |
|
omar
|
b127027cbd
|
Examples: OpenGL: Added support for glew and glad OpenGL loaders out of the box. (#2001, #2002). Changelog, tweaks, applied changes to SDL+OpenGL3 example.
|
2018-08-28 16:08:04 +02:00 |
|
Jérémie Dumas
|
e476b7e727
|
WIP on configurable OpenGL loader. (#2001, #2002)
|
2018-08-28 16:07:58 +02:00 |
|
omar
|
8d58fbb5ed
|
Examples: Renamed example folders. (#1870)
|
2018-06-10 15:42:14 +02:00 |
|