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

DearImGui.GLFW.Vulkan

Description

Initialising the Vulkan backend for Dear ImGui using GLFW3.

Synopsis

Documentation

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

Wraps ImGui_ImplGlfw_InitForVulkan.