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

Method GetTimeSinceLastVsync

headers/openvr_api.cs:2253–2259  ·  view source on GitHub ↗
(ref float pfSecondsSinceLastVsync,ref ulong pulFrameCounter)

Source from the content-addressed store, hash-verified

2251 return result;
2252 }
2253 public bool GetTimeSinceLastVsync(ref float pfSecondsSinceLastVsync,ref ulong pulFrameCounter)
2254 {
2255 pfSecondsSinceLastVsync = 0;
2256 pulFrameCounter = 0;
2257 bool result = FnTable.GetTimeSinceLastVsync(ref pfSecondsSinceLastVsync,ref pulFrameCounter);
2258 return result;
2259 }
2260 public int GetD3D9AdapterIndex()
2261 {
2262 int result = FnTable.GetD3D9AdapterIndex();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected