fixing buffers issue

This commit is contained in:
2025-05-02 01:25:37 +02:00
parent a23fbff52a
commit 6fd558039d
4 changed files with 13 additions and 18 deletions

View File

@@ -43,7 +43,7 @@ namespace Scop
MemoryBlock m_memory = NULL_MEMORY_BLOCK;
private:
void CreateBuffer(VkDeviceSize size, VkBufferUsageFlags usage, VkMemoryPropertyFlags properties, bool use_raw_size);
void CreateBuffer(VkDeviceSize size, VkBufferUsageFlags usage, VkMemoryPropertyFlags properties);
private:
inline static std::size_t s_buffer_count = 0;