Forum Discussion

🚨 This forum is archived and read-only. To submit a forum post, please visit our new Developer Forum. 🚨
DrPowers's avatar
DrPowers
Honored Guest
6 years ago

ovr_GetPerfStats is empty

I'm running v1.8 SDK and am unable to upgrade at the moment.

Everything seems to be working in my implementation but I am unable to query the statistics for reporting.

I am already calling ovr_GetPerfStats() directly after ovr_SubmitFrame() like so:
result = ovr_SubmitFrame(m_session, 0, &viewScale, &layers, 1);
ovrResult res2 = ovr_GetPerfStats(m_session, stats);

Both function calls return success but the stats object returns empty with 0s for all data items. 
All values in the performance HUD are populated correctly.

Does anyone know why this is occurring? 


No RepliesBe the first to reply