dear-imgui-1.2.2: Haskell bindings for Dear ImGui.
Safe HaskellNone
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.