mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-03-08 22:38:42 -05:00
Moving over more allocations to the memory pool
This commit is contained in:
@@ -30,6 +30,7 @@
|
||||
#include <openspace/properties/scalar/boolproperty.h>
|
||||
#include <openspace/properties/scalar/floatproperty.h>
|
||||
#include <openspace/properties/stringproperty.h>
|
||||
#include <ghoul/misc/managedmemoryuniqueptr.h>
|
||||
|
||||
namespace ghoul { class Dictionary; }
|
||||
namespace ghoul::opengl {
|
||||
@@ -58,7 +59,7 @@ public:
|
||||
Overlay = 16
|
||||
};
|
||||
|
||||
static std::unique_ptr<Renderable> createFromDictionary(
|
||||
static ghoul::mm_unique_ptr<Renderable> createFromDictionary(
|
||||
const ghoul::Dictionary& dictionary);
|
||||
|
||||
Renderable(const ghoul::Dictionary& dictionary);
|
||||
|
||||
Reference in New Issue
Block a user