Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/wolfpld/tracy.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBartosz Taudul <wolf.pld@gmail.com>2019-06-06 22:48:01 +0300
committerBartosz Taudul <wolf.pld@gmail.com>2019-06-06 23:14:51 +0300
commitaf56f41e3224e7df54afaa516946d518b695c7a2 (patch)
treeff5d8f60a0badc2db6d96d48f56cbded70216d0d /server/TracyWorker.hpp
parent34b84bb2849abf43f857824f49ffb766fd6bb731 (diff)
Add frame image accessor.
Diffstat (limited to 'server/TracyWorker.hpp')
-rw-r--r--server/TracyWorker.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/server/TracyWorker.hpp b/server/TracyWorker.hpp
index bfe6fb9f..43bd5142 100644
--- a/server/TracyWorker.hpp
+++ b/server/TracyWorker.hpp
@@ -263,6 +263,7 @@ public:
int64_t GetFrameTime( const FrameData& fd, size_t idx ) const;
int64_t GetFrameBegin( const FrameData& fd, size_t idx ) const;
int64_t GetFrameEnd( const FrameData& fd, size_t idx ) const;
+ const FrameImage* GetFrameImage( const FrameData& fd, size_t idx ) const;
std::pair <int, int> GetFrameRange( const FrameData& fd, int64_t from, int64_t to );
const flat_hash_map<uint32_t, LockMap*, nohash<uint32_t>>& GetLockMap() const { return m_data.lockMap; }