Fix dynamic offset count error spam

This commit is contained in:
Georg Hagen
2024-05-28 22:26:16 +02:00
parent bc0e117d83
commit 5f65e9291a
2 changed files with 3 additions and 1 deletions

View File

@@ -19,6 +19,7 @@ namespace OpenVulkano::Vulkan
vk::DescriptorSet m_descriptorSet;
uint32_t m_frameOffset;
uint32_t m_setOffset, m_setCount = 1;
bool m_dynamic;
public:
~UniformBuffer() override