mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-04-30 07:49:31 -05:00
General performance improvements (#3142)
* Adding some Tracy zones * Move point cloud dataset loading to initialize function to speed up startup * Switch order of operations in memoryaware tile cache to speed up startup * Move point cloud dataset loading to initialize function * Add more Zone Scoped and rearrange SDSS loading * More speed up --------- Co-authored-by: Alexander Bock <mail@alexanderbock.eu>
This commit is contained in:
@@ -118,6 +118,8 @@ documentation::Documentation Renderable::Documentation() {
|
||||
ghoul::mm_unique_ptr<Renderable> Renderable::createFromDictionary(
|
||||
const ghoul::Dictionary& dictionary)
|
||||
{
|
||||
ZoneScoped;
|
||||
|
||||
if (!dictionary.hasKey(KeyType)) {
|
||||
throw ghoul::RuntimeError("Tried to create Renderable but no 'Type' was found");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user