(ref Compositor_BenchmarkResults pBenchmarkResults,uint nSizeOfBenchmarkResults)
| 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; |
nothing calls this directly
no outgoing calls
no test coverage detected