diff Framework/Loaders/LoaderCache.h @ 961:92e32e263ae9 toa2019082601

Removed log in IsContextLost (too many calls) + removed glGetError guards on calls (expensive) + added shared_ptr ref count dump in LoaderCache (still needs to figure that one out)
author Benjamin Golinvaux <bgo@osimis.io>
date Mon, 26 Aug 2019 11:01:53 +0200
parents 86ac61a040c9
children e704a53c9d0a
line wrap: on
line diff
--- a/Framework/Loaders/LoaderCache.h	Fri Aug 23 15:02:42 2019 +0200
+++ b/Framework/Loaders/LoaderCache.h	Mon Aug 26 11:01:53 2019 +0200
@@ -64,6 +64,7 @@
 
   private:
     
+    void DebugDisplayObjRefCounts();
 #if ORTHANC_ENABLE_WASM == 1
     WebAssemblyOracle& oracle_;
 #else