mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-05-03 17:30:04 -05:00
Initial work on performance measuring
This commit is contained in:
@@ -33,12 +33,13 @@ namespace openspace {
|
||||
struct UpdateData {
|
||||
double time;
|
||||
double delta;
|
||||
bool doPerformanceMeasurement;
|
||||
};
|
||||
|
||||
struct RenderData {
|
||||
const Camera& camera;
|
||||
psc position;
|
||||
|
||||
bool doPerformanceMeasurement;
|
||||
};
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user