Examples; imgui_impl_opengl3.cpp to work with Emscripten (#1941)
* Add some ifdefs to add emscripten specific params and includes

* Update imgui_impl_opengl3.cpp

* Update imgui_impl_opengl3.cpp

* Update imgui_impl_opengl3.cpp

* replace __EMSCRIPTEN_BUILD__ with __EMSCRIPTEN__

* replace GLFW_INCLUDE_ES3 with direct header

* removing useless glfw include

* Making call to glPolygonMode() optional
1 parent f9e8b5c commit fc737d233391c781f6cf5882149ddfa22fcd84cd
@Omar Sherif Fathy Omar Sherif Fathy authored on 30 Jul 2018
omar committed on 30 Jul 2018
Showing 1 changed file
View
examples/imgui_impl_opengl3.cpp