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

Move GetScale() to TracyImGui.hpp.

This commit is contained in:
Bartosz Taudul
2021-11-20 01:21:06 +01:00
parent 9af87a8c20
commit be9cbfc3e2
2 changed files with 6 additions and 6 deletions
-6
View File
@@ -81,12 +81,6 @@ constexpr const char* GpuContextNames[] = {
};
static inline float GetScale()
{
return ImGui::GetTextLineHeight() / 15.f;
}
static inline uint64_t GetThreadBit( uint8_t thread )
{
return uint64_t( 1 ) << thread;