Changes to the inharitance of some classes
This commit is contained in:
@@ -9,7 +9,7 @@ namespace openVulkanoCpp
|
||||
/**
|
||||
* \brief A not managed buffer. This should be used rarely.
|
||||
*/
|
||||
struct Buffer : virtual public ICloseable
|
||||
struct Buffer : public ICloseable
|
||||
{
|
||||
vk::Device device;
|
||||
vk::DeviceMemory memory;
|
||||
|
||||
Reference in New Issue
Block a user