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

Method GetFrameTiming

headers/openvr_api.cs:3138–3142  ·  view source on GitHub ↗
(ref Compositor_FrameTiming pTiming,uint unFramesAgo)

Source from the content-addressed store, hash-verified

3136 FnTable.PostPresentHandoff();
3137 }
3138 public bool GetFrameTiming(ref Compositor_FrameTiming pTiming,uint unFramesAgo)
3139 {
3140 bool result = FnTable.GetFrameTiming(ref pTiming,unFramesAgo);
3141 return result;
3142 }
3143 public uint GetFrameTimings(Compositor_FrameTiming [] pTiming)
3144 {
3145 uint result = FnTable.GetFrameTimings(pTiming,(uint) pTiming.Length);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected