(ref Compositor_FrameTiming pTiming,uint unFramesAgo)
| 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); |
nothing calls this directly
no outgoing calls
no test coverage detected