| 96 | } |
| 97 | |
| 98 | void FramePassTimer::reset()noexcept |
| 99 | { |
| 100 | m_cpuTime = 0ns; |
| 101 | m_gpuTime = 0ns; |
| 102 | } |
| 103 | |
| 104 | void FramePassTimer::beginPass( VkCommandBuffer commandBuffer )noexcept |
| 105 | { |
nothing calls this directly
no outgoing calls
no test coverage detected