dear-imgui-2.1.3: Haskell bindings for Dear ImGui.
Safe HaskellSafe-Inferred
LanguageHaskell2010

DearImGui.GLFW.OpenGL

Description

Initialising the OpenGL backend for Dear ImGui using GLFW3.

Synopsis

Documentation

glfwInitForOpenGL :: MonadIO m => Window -> Bool -> m Bool Source #

Wraps ImGui_ImplGlfw_InitForOpenGL.