mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-03-06 04:18:36 -06:00
Update Ghoul version
Add initial Tracy profiling macros
This commit is contained in:
@@ -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() *
|
||||
|
||||
Reference in New Issue
Block a user