Добавил shared_from_this как основной способ создать умный указатель на "себя". Добавил пример работы с ним
This commit is contained in:
@@ -4,11 +4,10 @@
|
||||
#include "ModelManager.hpp"
|
||||
|
||||
#include <vector>
|
||||
#include <string>
|
||||
#include <memory>
|
||||
#include <mutex>
|
||||
|
||||
#define GLM_FORCE_RADIANS
|
||||
#include <mutex>
|
||||
#include <glm/glm.hpp>
|
||||
|
||||
#include "VkObjects/DescriptorSetLayout.hpp"
|
||||
|
||||
Reference in New Issue
Block a user