diff --git a/server/TracyWorker.hpp b/server/TracyWorker.hpp index 47bb87ca..68de6e4c 100644 --- a/server/TracyWorker.hpp +++ b/server/TracyWorker.hpp @@ -883,6 +883,7 @@ private: void CacheSource( const StringRef& str ); tracy_force_inline Vector>& GetZoneChildrenMutable( int32_t idx ) { return m_data.zoneChildren[idx]; } + tracy_force_inline Vector>& GetGpuChildrenMutable( int32_t idx ) { return m_data.gpuChildren[idx]; } #ifndef TRACY_NO_STATISTICS tracy_force_inline Vector& GetGhostChildrenMutable( int32_t idx ) { return m_data.ghostChildren[idx]; } #endif