| 78 | } |
| 79 | |
| 80 | FramePassTimerBlock FramePassTimer::start() |
| 81 | { |
| 82 | m_cpuSaveTime = Clock::now(); |
| 83 | return FramePassTimerBlock{ *this }; |
| 84 | } |
| 85 | |
| 86 | void FramePassTimer::notifyPassRender( [[maybe_unused]] uint32_t passIndex )noexcept |
| 87 | { |
no outgoing calls