| 84 | } |
| 85 | |
| 86 | void FramePassTimer::notifyPassRender( [[maybe_unused]] uint32_t passIndex )noexcept |
| 87 | { |
| 88 | auto & query = m_queries.front(); |
| 89 | query.started = true; |
| 90 | } |
| 91 | |
| 92 | void FramePassTimer::stop()noexcept |
| 93 | { |
nothing calls this directly
no outgoing calls
no test coverage detected