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

Method GetFrameTimeRemaining

headers/openvr_api.cs:3148–3152  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

3146 return result;
3147 }
3148 public float GetFrameTimeRemaining()
3149 {
3150 float result = FnTable.GetFrameTimeRemaining();
3151 return result;
3152 }
3153 public void GetCumulativeStats(ref Compositor_CumulativeStats pStats,uint nStatsSizeInBytes)
3154 {
3155 FnTable.GetCumulativeStats(ref pStats,nStatsSizeInBytes);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected