mirror of
https://codeberg.org/comaps/comaps
synced 2026-01-06 04:24:29 +00:00
committed by
Konstantin Pastbin
parent
580209f7ea
commit
c4599f4889
@@ -47,8 +47,6 @@ struct VulkanObject
|
||||
}
|
||||
};
|
||||
|
||||
class VulkanStagingBuffer;
|
||||
|
||||
class VulkanObjectManager
|
||||
{
|
||||
public:
|
||||
|
||||
@@ -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()
|
||||
{
|
||||
|
||||
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user