| 650 | } |
| 651 | |
| 652 | float DeviceWrapper::getTimerQueryTime(ITimerQuery* query) |
| 653 | { |
| 654 | return m_Device->getTimerQueryTime(query); |
| 655 | } |
| 656 | |
| 657 | void DeviceWrapper::resetTimerQuery(ITimerQuery* query) |
| 658 | { |
nothing calls this directly
no outgoing calls
no test coverage detected