DearImGui.GLFW.OpenGL
Description
Initialising the OpenGL backend for Dear ImGui using GLFW3.
glfwInitForOpenGL :: MonadIO m => Window -> Bool -> m Bool Source #
Wraps ImGui_ImplGlfw_InitForOpenGL.
ImGui_ImplGlfw_InitForOpenGL