MCPcopy Create free account
hub / github.com/ValveSoftware/openvr / GetCompositorBenchmarkResults

Method GetCompositorBenchmarkResults

headers/openvr_api.cs:3323–3327  ·  view source on GitHub ↗
(ref Compositor_BenchmarkResults pBenchmarkResults,uint nSizeOfBenchmarkResults)

Source from the content-addressed store, hash-verified

3321 FnTable.ClearStageOverride();
3322 }
3323 public bool GetCompositorBenchmarkResults(ref Compositor_BenchmarkResults pBenchmarkResults,uint nSizeOfBenchmarkResults)
3324 {
3325 bool result = FnTable.GetCompositorBenchmarkResults(ref pBenchmarkResults,nSizeOfBenchmarkResults);
3326 return result;
3327 }
3328 public EVRCompositorError GetLastPosePredictionIDs(ref uint pRenderPosePredictionID,ref uint pGamePosePredictionID)
3329 {
3330 pRenderPosePredictionID = 0;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected