cancel
Showing results for 
Search instead for 
Did you mean: 

ovr_GetPerfStats is empty

DrPowers
Honored Guest
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? 


0 REPLIES 0