Safe Haskell | None |
---|---|
Language | Haskell2010 |
Initialising the OpenGL backend for Dear ImGui using SDL2.
Synopsis
- sdl2InitForOpenGL :: MonadIO m => Window -> GLContext -> m Bool
Documentation
sdl2InitForOpenGL :: MonadIO m => Window -> GLContext -> m Bool Source #
Wraps ImGui_ImplSDL2_InitForOpenGL
.