Вынес управление VkDevice в отдельный класс
This commit is contained in:
@@ -25,7 +25,7 @@ namespace VkObjects
|
||||
|
||||
std::vector<const char*> Instance::get_required_extensions();
|
||||
public:
|
||||
Instance(CoreInstance& core);
|
||||
explicit Instance(CoreInstance& core);
|
||||
~Instance();
|
||||
|
||||
inline VkInstance get_native() const { return instance_; }
|
||||
|
||||
Reference in New Issue
Block a user