Update Ghoul version

Add initial Tracy profiling macros
This commit is contained in:
Alexander Bock
2020-02-10 14:50:41 +01:00
parent 0b34c0bb9f
commit 49c793d976
40 changed files with 671 additions and 72 deletions

View File

@@ -35,6 +35,7 @@
#include <openspace/util/camera.h>
#include <openspace/util/factorymanager.h>
#include <ghoul/filesystem/filesystem.h>
#include <ghoul/misc/profiling.h>
#include <ghoul/opengl/programobject.h>
#include <ghoul/opengl/textureunit.h>
@@ -488,6 +489,8 @@ bool ScreenSpaceRenderable::deinitializeGL() {
}
void ScreenSpaceRenderable::render() {
ZoneScoped
draw(
globalRotationMatrix() *
translationMatrix() *