Signed-off-by: Alexander Borsuk <me@alex.bio>
This commit is contained in:
Alexander Borsuk
2025-07-23 01:06:19 +03:00
committed by Konstantin Pastbin
parent 580209f7ea
commit c4599f4889
9 changed files with 161 additions and 161 deletions

View File

@@ -47,8 +47,6 @@ struct VulkanObject
}
};
class VulkanStagingBuffer;
class VulkanObjectManager
{
public:

View File

@@ -1,6 +1,5 @@
#include "drape/vulkan/vulkan_texture.hpp"
#include "drape/vulkan/vulkan_base_context.hpp"
#include "drape/vulkan/vulkan_staging_buffer.hpp"
drape_ptr<dp::HWTextureAllocator> CreateVulkanAllocator()
{

View File

@@ -3,6 +3,7 @@
#include "drape/hw_texture.hpp"
#include "drape/pointers.hpp"
#include "drape/vulkan/vulkan_object_manager.hpp"
#include "drape/vulkan/vulkan_staging_buffer.hpp"
#include "drape/vulkan/vulkan_utils.hpp"
#include <cstdint>
@@ -11,8 +12,6 @@ namespace dp
{
namespace vulkan
{
class VulkanStagingBuffer;
class VulkanTextureAllocator : public HWTextureAllocator
{
public: