Initial work on performance measuring

This commit is contained in:
Alexander Bock
2014-12-09 01:41:42 +01:00
parent 31191106fc
commit 90eac194dc
8 changed files with 204 additions and 39 deletions
+2 -1
View File
@@ -33,12 +33,13 @@ namespace openspace {
struct UpdateData {
double time;
double delta;
bool doPerformanceMeasurement;
};
struct RenderData {
const Camera& camera;
psc position;
bool doPerformanceMeasurement;
};
}