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:
parent
3228e20c2e
commit
28cc72a69c
@ -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() )
|
||||
{
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user