(ref float pfSecondsSinceLastVsync,ref ulong pulFrameCounter)
| 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(); |
nothing calls this directly
no outgoing calls
no test coverage detected