This commit is contained in:
2025-02-16 21:36:05 +06:00
parent dce0272653
commit 133782b185
18 changed files with 698 additions and 409 deletions

View File

@@ -16,9 +16,7 @@
#define HAS_IMGUI
#define GLM_FORCE_DEPTH_ZERO_TO_ONE
#include <freetype/freetype.h>
#include "freetype/freetype.h"
#include <vulkan/vulkan_core.h>
#include <glm/ext.hpp>
@@ -28,6 +26,8 @@
#define GLFW_INCLUDE_NONE
#include <GLFW/glfw3.h>
static_assert(GLM_CONFIG_CLIP_CONTROL == GLM_CLIP_CONTROL_RH_ZO);
#define IMGUI_ENABLE_STB_TEXTEDIT_UNICODE
namespace LV::Client::VK {
@@ -245,6 +245,8 @@ public:
std::list<void (Vulkan::*)()> ImGuiInterfaces;
std::unique_ptr<ServerObj> Server;
double MLastPosX, MLastPosY;
} Game;
private: