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

Show frame images in frame tooltips.

This commit is contained in:
Bartosz Taudul
2019-06-06 22:14:25 +02:00
parent 82d4fe7236
commit beea31edd0
2 changed files with 19 additions and 0 deletions
+4
View File
@@ -11,6 +11,7 @@
#include "TracyBuzzAnim.hpp"
#include "TracyDecayValue.hpp"
#include "TracyTexture.hpp"
#include "TracyVector.hpp"
#include "TracyWorker.hpp"
#include "tracy_flat_hash_map.hpp"
@@ -326,6 +327,9 @@ private:
std::atomic<SaveThreadState> m_saveThreadState { SaveThreadState::Inert };
std::thread m_saveThread;
void* m_frameTexture;
void* m_frameTexturePtr = nullptr;
struct FindZone {
enum : uint64_t { Unselected = std::numeric_limits<uint64_t>::max() - 1 };
enum class GroupBy : int { Thread, UserText, Callstack };