|
|
@ -358,6 +358,7 @@ static void ImGui_ImplGlfw_InstallCallbacks(GLFWwindow* window)
|
|
|
|
bool ImGui_ImplGlfwGL3_Init(GLFWwindow* window, bool install_callbacks, const char* glsl_version)
|
|
|
|
bool ImGui_ImplGlfwGL3_Init(GLFWwindow* window, bool install_callbacks, const char* glsl_version)
|
|
|
|
{
|
|
|
|
{
|
|
|
|
g_Window = window;
|
|
|
|
g_Window = window;
|
|
|
|
|
|
|
|
g_Time = 0;
|
|
|
|
|
|
|
|
|
|
|
|
// Store GL version string so we can refer to it later in case we recreate shaders.
|
|
|
|
// Store GL version string so we can refer to it later in case we recreate shaders.
|
|
|
|
if (glsl_version == NULL)
|
|
|
|
if (glsl_version == NULL)
|
|
|
|