| 655 | } |
| 656 | |
| 657 | void DeviceWrapper::resetTimerQuery(ITimerQuery* query) |
| 658 | { |
| 659 | return m_Device->resetTimerQuery(query); |
| 660 | } |
| 661 | |
| 662 | GraphicsAPI DeviceWrapper::getGraphicsAPI() |
| 663 | { |
nothing calls this directly
no outgoing calls
no test coverage detected