cleanup
This commit is contained in:
@@ -360,6 +360,7 @@ int startImgui(ImGuiCallbacks& callbacks, const char* title, int windowWidth, in
|
||||
return 1;
|
||||
|
||||
glfwWindowHint(GLFW_CLIENT_API, GLFW_NO_API);
|
||||
glfwWindowHint(GLFW_VISIBLE, GLFW_FALSE);
|
||||
GLFWwindow* window = glfwCreateWindow(windowWidth, windowHeight, title, NULL, NULL);
|
||||
|
||||
// Setup Vulkan
|
||||
@@ -438,6 +439,7 @@ int startImgui(ImGuiCallbacks& callbacks, const char* title, int windowWidth, in
|
||||
{
|
||||
callbacks.initFunc(drawData);
|
||||
}
|
||||
glfwShowWindow(window);
|
||||
|
||||
// Upload Fonts
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user