Merge branch 'master' into viewport

This commit is contained in:
omar
2018-11-05 17:28:46 +01:00
23 changed files with 83 additions and 25 deletions

View File

@ -17,6 +17,8 @@
// The 'glsl_version' initialization parameter defaults to "#version 150" if NULL.
// Only override if your GL version doesn't handle this GLSL version. Keep NULL if unsure!
#pragma once
struct GLFWwindow;
IMGUI_IMPL_API bool ImGui_ImplGlfw_InitForOpenGL(GLFWwindow* window, bool install_callbacks);