mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-01-05 19:19:39 -06:00
Add more Tracy markers in different renderables
This commit is contained in:
@@ -40,6 +40,7 @@
|
||||
#include <ghoul/logging/logmanager.h>
|
||||
#include <ghoul/misc/crc32.h>
|
||||
#include <ghoul/misc/defer.h>
|
||||
#include <ghoul/misc/profiling.h>
|
||||
#include <ghoul/misc/templatefactory.h>
|
||||
#include <ghoul/opengl/programobject.h>
|
||||
#include <ghoul/opengl/texture.h>
|
||||
@@ -604,6 +605,8 @@ bool RenderableLabels::isReady() const {
|
||||
}
|
||||
|
||||
void RenderableLabels::initialize() {
|
||||
ZoneScoped
|
||||
|
||||
bool success = true;// loadData();
|
||||
if (!success) {
|
||||
throw ghoul::RuntimeError("Error loading objects labels data.");
|
||||
|
||||
Reference in New Issue
Block a user