|
@@ -1,7 +1,8 @@
|
|
|
// ImGui - standalone example application for Glfw + Vulkan, using programmable pipeline
|
|
|
// If you are new to ImGui, see examples/README.txt and documentation at the top of imgui.cpp.
|
|
|
|
|
|
-#include <imgui.h>
|
|
|
+#include "imgui.h"
|
|
|
+#include "imgui_impl_glfw_vulkan.h"
|
|
|
|
|
|
#include <stdio.h> // printf, fprintf
|
|
|
#include <stdlib.h> // abort
|
|
@@ -9,8 +10,6 @@
|
|
|
#define GLFW_INCLUDE_VULKAN
|
|
|
#include <GLFW/glfw3.h>
|
|
|
|
|
|
-#include "imgui_impl_glfw_vulkan.h"
|
|
|
-
|
|
|
#define IMGUI_MAX_POSSIBLE_BACK_BUFFERS 16
|
|
|
#define IMGUI_UNLIMITED_FRAME_RATE
|
|
|
//#ifdef _DEBUG
|