|
|
@ -603,7 +603,10 @@ static void ImGui_ImplGlfw_SwapBuffers(ImGuiViewport* viewport, void*)
|
|
|
|
{
|
|
|
|
{
|
|
|
|
ImGuiViewportDataGlfw* data = (ImGuiViewportDataGlfw*)viewport->PlatformUserData;
|
|
|
|
ImGuiViewportDataGlfw* data = (ImGuiViewportDataGlfw*)viewport->PlatformUserData;
|
|
|
|
if (g_ClientApi == GlfwClientApi_OpenGL)
|
|
|
|
if (g_ClientApi == GlfwClientApi_OpenGL)
|
|
|
|
|
|
|
|
{
|
|
|
|
|
|
|
|
glfwMakeContextCurrent(data->Window);
|
|
|
|
glfwSwapBuffers(data->Window);
|
|
|
|
glfwSwapBuffers(data->Window);
|
|
|
|
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
//--------------------------------------------------------------------------------------------------------
|
|
|
|
//--------------------------------------------------------------------------------------------------------
|
|
|
|