dear-imgui-1.2.2: Haskell bindings for Dear ImGui.
Safe HaskellNone
LanguageHaskell2010

DearImGui.SDL.OpenGL

Description

Initialising the OpenGL backend for Dear ImGui using SDL2.

Synopsis

Documentation

sdl2InitForOpenGL :: MonadIO m => Window -> GLContext -> m Bool Source #

Wraps ImGui_ImplSDL2_InitForOpenGL.