Cleanup shader handling

This commit is contained in:
2023-08-05 21:01:11 +02:00
parent 836e9dce42
commit da1782c4a9
9 changed files with 28 additions and 24 deletions

View File

@@ -13,7 +13,7 @@
namespace openVulkanoCpp::Vulkan
{
class VulkanGeometry final : virtual public ICloseable
class VulkanGeometry final : public ICloseable
{
Scene::Geometry* m_geometry;
ManagedBuffer::Ptr m_vertexBuffer;