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

Allow adding annotations to timeline.

This commit is contained in:
Bartosz Taudul
2019-10-13 15:28:52 +02:00
parent 215dc8a804
commit 5fed86dae7
3 changed files with 46 additions and 1 deletions
+1
View File
@@ -364,6 +364,7 @@ private:
void* m_frameTexture = nullptr;
const void* m_frameTexturePtr = nullptr;
std::vector<std::unique_ptr<Annotation>> m_annotations;
UserData m_userData;
struct FindZone {