Cleanup includes
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
#pragma once
|
||||
#include "../Base/ICloseable.hpp"
|
||||
#include "Base/ICloseable.hpp"
|
||||
#include "Device.hpp"
|
||||
|
||||
namespace openVulkanoCpp
|
||||
|
||||
@@ -1,6 +1,13 @@
|
||||
/*
|
||||
* This Source Code Form is subject to the terms of the Mozilla Public
|
||||
* License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||
* file, You can obtain one at https://mozilla.org/MPL/2.0/.
|
||||
*/
|
||||
|
||||
#pragma once
|
||||
|
||||
#include "Base/ICloseable.hpp"
|
||||
#include <vulkan/vulkan.hpp>
|
||||
#include "../Base/ICloseable.hpp"
|
||||
|
||||
namespace openVulkanoCpp
|
||||
{
|
||||
|
||||
@@ -5,12 +5,12 @@
|
||||
*/
|
||||
|
||||
#include "Context.hpp"
|
||||
#include "../Base/Utils.hpp"
|
||||
#include "../Base/Logger.hpp"
|
||||
#include "../Base/IGraphicsApp.hpp"
|
||||
#include "../Base/IGraphicsAppManager.hpp"
|
||||
#include "../Base/EngineConstants.hpp"
|
||||
#include "../Base/UI/IVulkanWindow.hpp"
|
||||
#include "Base/Utils.hpp"
|
||||
#include "Base/Logger.hpp"
|
||||
#include "Base/IGraphicsApp.hpp"
|
||||
#include "Base/IGraphicsAppManager.hpp"
|
||||
#include "Base/EngineConstants.hpp"
|
||||
#include "Base/UI/IVulkanWindow.hpp"
|
||||
#include "Debuging/ValidationLayer.hpp"
|
||||
|
||||
namespace openVulkanoCpp::Vulkan
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
*/
|
||||
|
||||
#include "ValidationLayer.hpp"
|
||||
#include "../../Base/Logger.hpp"
|
||||
#include "Base/Logger.hpp"
|
||||
#include <list>
|
||||
|
||||
#define RENDER_DOC
|
||||
|
||||
@@ -10,7 +10,7 @@
|
||||
#include <set>
|
||||
#include <functional>
|
||||
#include <fstream>
|
||||
#include "../Base/ICloseable.hpp"
|
||||
#include "Base/ICloseable.hpp"
|
||||
|
||||
namespace openVulkanoCpp
|
||||
{
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#pragma once
|
||||
#include <stdexcept>
|
||||
#include <vector>
|
||||
#include "../Base/ICloseable.hpp"
|
||||
#include "Base/ICloseable.hpp"
|
||||
#include "Device.hpp"
|
||||
|
||||
namespace openVulkanoCpp
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#pragma once
|
||||
#include <cstdint>
|
||||
#include <vulkan/vulkan.hpp>
|
||||
#include "../Base/ICloseable.hpp"
|
||||
#include "Base/ICloseable.hpp"
|
||||
#include "Image.hpp"
|
||||
#include "Device.hpp"
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
#pragma once
|
||||
#include <vulkan/vulkan.hpp>
|
||||
#include "../Base/ICloseable.hpp"
|
||||
#include "Base/ICloseable.hpp"
|
||||
|
||||
namespace openVulkanoCpp
|
||||
{
|
||||
|
||||
@@ -6,14 +6,14 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
#include "../Base/Render/IRenderer.hpp"
|
||||
#include "../Base/UI/IWindow.hpp"
|
||||
#include "../Base/Logger.hpp"
|
||||
#include "Base/Render/IRenderer.hpp"
|
||||
#include "Base/UI/IWindow.hpp"
|
||||
#include "Base/Logger.hpp"
|
||||
#include "Context.hpp"
|
||||
#include "Resources/ResourceManager.hpp"
|
||||
#include "../Data/ReadOnlyAtomicArrayQueue.hpp"
|
||||
#include "Data/ReadOnlyAtomicArrayQueue.hpp"
|
||||
#include "CommandHelper.hpp"
|
||||
#include "../Base/EngineConfiguration.hpp"
|
||||
#include "Base/EngineConfiguration.hpp"
|
||||
|
||||
namespace openVulkanoCpp::Vulkan
|
||||
{
|
||||
|
||||
@@ -1,5 +1,12 @@
|
||||
/*
|
||||
* This Source Code Form is subject to the terms of the Mozilla Public
|
||||
* License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||
* file, You can obtain one at https://mozilla.org/MPL/2.0/.
|
||||
*/
|
||||
|
||||
#pragma once
|
||||
#include "../Scene/VulkanShader.hpp"
|
||||
|
||||
#include "Vulkan/Scene/VulkanShader.hpp"
|
||||
|
||||
namespace openVulkanoCpp
|
||||
{
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
*/
|
||||
|
||||
#include "ManagedResource.hpp"
|
||||
#include "../../Base/Logger.hpp"
|
||||
#include "Base/Logger.hpp"
|
||||
|
||||
namespace openVulkanoCpp::Vulkan
|
||||
{
|
||||
|
||||
@@ -5,10 +5,10 @@
|
||||
*/
|
||||
|
||||
#include "ResourceManager.hpp"
|
||||
#include "../Context.hpp"
|
||||
#include "../Scene/VulkanShader.hpp"
|
||||
#include "../Scene/VulkanGeometry.hpp"
|
||||
#include "../Scene/VulkanNode.hpp"
|
||||
#include "Vulkan/Context.hpp"
|
||||
#include "Vulkan/Scene/VulkanShader.hpp"
|
||||
#include "Vulkan/Scene/VulkanGeometry.hpp"
|
||||
#include "Vulkan/Scene/VulkanNode.hpp"
|
||||
|
||||
namespace openVulkanoCpp::Vulkan
|
||||
{
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
#pragma once
|
||||
|
||||
#include "vulkan/vulkan.hpp"
|
||||
#include "../../Base/ICloseable.hpp"
|
||||
#include "Base/ICloseable.hpp"
|
||||
#include "IShaderOwner.hpp"
|
||||
#include "ManagedResource.hpp"
|
||||
#include <mutex>
|
||||
|
||||
@@ -1,6 +1,13 @@
|
||||
/*
|
||||
* This Source Code Form is subject to the terms of the Mozilla Public
|
||||
* License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||
* file, You can obtain one at https://mozilla.org/MPL/2.0/.
|
||||
*/
|
||||
|
||||
#pragma once
|
||||
#include "../../Base/ICloseable.hpp"
|
||||
#include "../Scene/IRecordable.hpp"
|
||||
|
||||
#include "Base/ICloseable.hpp"
|
||||
#include "Vulkan/Scene/IRecordable.hpp"
|
||||
#include "ManagedResource.hpp"
|
||||
|
||||
namespace openVulkanoCpp
|
||||
|
||||
@@ -1,6 +1,13 @@
|
||||
/*
|
||||
* This Source Code Form is subject to the terms of the Mozilla Public
|
||||
* License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||
* file, You can obtain one at https://mozilla.org/MPL/2.0/.
|
||||
*/
|
||||
|
||||
#pragma once
|
||||
|
||||
#include "IRecordable.hpp"
|
||||
#include "../../Scene/Scene.hpp"
|
||||
#include "Scene/Scene.hpp"
|
||||
|
||||
namespace openVulkanoCpp
|
||||
{
|
||||
|
||||
@@ -1,8 +1,15 @@
|
||||
/*
|
||||
* This Source Code Form is subject to the terms of the Mozilla Public
|
||||
* License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||
* file, You can obtain one at https://mozilla.org/MPL/2.0/.
|
||||
*/
|
||||
|
||||
#pragma once
|
||||
#include "../../Base/ICloseable.hpp"
|
||||
|
||||
#include "Base/ICloseable.hpp"
|
||||
#include "IRecordable.hpp"
|
||||
#include "../../Scene/Camera.hpp"
|
||||
#include "../Resources/UniformBuffer.hpp"
|
||||
#include "Scene/Camera.hpp"
|
||||
#include "Vulkan/Resources/UniformBuffer.hpp"
|
||||
|
||||
namespace openVulkanoCpp
|
||||
{
|
||||
|
||||
@@ -5,10 +5,10 @@
|
||||
*/
|
||||
|
||||
#include "VulkanShader.hpp"
|
||||
#include "../Context.hpp"
|
||||
#include "../../Scene/Vertex.hpp"
|
||||
#include "../../Scene/Shader.hpp"
|
||||
#include "../Resources/IShaderOwner.hpp"
|
||||
#include "Vulkan/Context.hpp"
|
||||
#include "Scene/Vertex.hpp"
|
||||
#include "Scene/Shader.hpp"
|
||||
#include "Vulkan/Resources/IShaderOwner.hpp"
|
||||
|
||||
namespace openVulkanoCpp::Vulkan
|
||||
{
|
||||
|
||||
@@ -6,9 +6,9 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
#include <vulkan/vulkan.hpp>
|
||||
#include "../../Base/ICloseable.hpp"
|
||||
#include "IRecordable.hpp"
|
||||
#include "Base/ICloseable.hpp"
|
||||
#include <vulkan/vulkan.hpp>
|
||||
|
||||
namespace openVulkanoCpp
|
||||
{
|
||||
|
||||
@@ -5,9 +5,9 @@
|
||||
*/
|
||||
|
||||
#include "SwapChain.hpp"
|
||||
#include "../Base/Logger.hpp"
|
||||
#include "../Base/Utils.hpp"
|
||||
#include "../Base/UI/IVulkanWindow.hpp"
|
||||
#include "Base/Logger.hpp"
|
||||
#include "Base/Utils.hpp"
|
||||
#include "Base/UI/IVulkanWindow.hpp"
|
||||
#include <algorithm>
|
||||
|
||||
namespace openVulkanoCpp::Vulkan
|
||||
|
||||
@@ -6,11 +6,11 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
#include <vulkan/vulkan.hpp>
|
||||
#include "Device.hpp"
|
||||
#include "Image.hpp"
|
||||
#include "FrameBuffer.hpp"
|
||||
#include "../Base/UI/IWindow.hpp"
|
||||
#include "Base/UI/IWindow.hpp"
|
||||
#include <vulkan/vulkan.hpp>
|
||||
|
||||
namespace openVulkanoCpp
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user