| 121 | // Used to update times spent waiting and not waiting. |
| 122 | |
| 123 | void CBaseVideoRenderer2::OnWaitStart() |
| 124 | { |
| 125 | } // OnWaitStart |
| 126 | |
| 127 | |
| 128 | // Called when we are awoken from the wait in the window OR by our allocator |
nothing calls this directly
no outgoing calls
no test coverage detected