dear-imgui-2.2.0: Haskell bindings for Dear ImGui.
Safe HaskellSafe-Inferred
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.