1
0
mirror of https://github.com/wolfpld/tracy.git synced 2025-03-20 07:40:02 +08:00

Display hardware samples count.

This commit is contained in:
Bartosz Taudul
2021-05-19 23:05:58 +02:00
parent 3228e20c2e
commit 28cc72a69c
+1
View File
@@ -13922,6 +13922,7 @@ void View::DrawInfo()
ImGui::EndTooltip();
}
#endif
TextFocused( "Hardware samples:", RealToString( m_worker.GetHwSampleCount() ) );
TextFocused( "Frame images:", RealToString( ficnt ) );
if( ficnt != 0 && ImGui::IsItemHovered() )
{