| 104 | } |
| 105 | |
| 106 | QWidget* VulkanVideoWidget::AsWidget() { |
| 107 | return dynamic_cast<QWidget*>(this); |
| 108 | } |
| 109 | |
| 110 | void VulkanVideoWidget::OnTimer1S() { |
| 111 | // LOGI("D3D11 refresh FPS: {}", fps_stat_.value()); |
nothing calls this directly
no outgoing calls
no test coverage detected