Add more Tracy markers in different renderables

This commit is contained in:
Alexander Bock
2020-08-18 12:58:40 +02:00
parent c4db2a8ff9
commit 88b6fdd9fe
23 changed files with 87 additions and 12 deletions

View File

@@ -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.");