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

Display thumbnail of current frame image in connection popup.

This commit is contained in:
Bartosz Taudul
2020-07-30 01:58:08 +02:00
parent f367b16dc0
commit 0d2914bbe8
2 changed files with 26 additions and 0 deletions
+3
View File
@@ -454,6 +454,9 @@ private:
void* m_frameTexture = nullptr;
const void* m_frameTexturePtr = nullptr;
void* m_frameTextureConn = nullptr;
const void* m_frameTextureConnPtr = nullptr;
std::vector<std::unique_ptr<Annotation>> m_annotations;
UserData m_userData;