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

Add source contents callback setup.

This commit is contained in:
Bartosz Taudul
2022-08-17 15:36:54 +02:00
parent 4bcb59bbe6
commit ed7be2faaa
2 changed files with 11 additions and 0 deletions
+1
View File
@@ -1356,6 +1356,7 @@ Profiler::Profiler()
, m_deferredQueue( 64*1024 )
#endif
, m_paramCallback( nullptr )
, m_sourceCallback( nullptr )
, m_queryImage( nullptr )
, m_queryData( nullptr )
, m_crashHandlerInstalled( false )