update
This commit is contained in:
@@ -2,6 +2,8 @@
|
||||
|
||||
set(CMAKE_CXX_STANDARD 23)
|
||||
|
||||
include(dependencies/imgui)
|
||||
|
||||
target_compile_definitions(FGLEngine PUBLIC VULKAN_HPP_FLAGS_MASK_TYPE_AS_PUBLIC)
|
||||
|
||||
file(GLOB_RECURSE SOURCE_FILES
|
||||
|
||||
@@ -9,7 +9,7 @@
|
||||
#include "engine/debug/timing/FlameGraph.hpp"
|
||||
#include "engine/flags.hpp"
|
||||
#include "engine/math/literals/size.hpp"
|
||||
#include "engine/memory/buffers/BufferHandle.hpp"
|
||||
#include "engine/memory/buffers/VulkanBuffer.hpp"
|
||||
#include "safe_include.hpp"
|
||||
|
||||
namespace fgl::engine::gui
|
||||
|
||||
@@ -2,6 +2,7 @@
|
||||
// Created by kj16609 on 6/5/24.
|
||||
//
|
||||
|
||||
|
||||
// ReSharper disable CppDFAInfiniteRecursion
|
||||
// ReSharper disable CppInconsistentNaming
|
||||
// ReSharper disable CppZeroConstantCanBeReplacedWithNullptr
|
||||
@@ -12,8 +13,6 @@
|
||||
#pragma GCC diagnostic ignored "-Wold-style-cast"
|
||||
#pragma GCC diagnostic ignored "-Wconversion"
|
||||
// clang-format off
|
||||
#include <imgui.h>
|
||||
#include <imgui/misc/cpp/imgui_stdlib.h>
|
||||
// clang-format on
|
||||
#pragma GCC diagnostic pop
|
||||
|
||||
|
||||
Reference in New Issue
Block a user