Example #1
0
 //multi-threaded call
 void _process()
 {
     if (!_inited)
     {
         return;
     }
     if (_ptr != IntPtr.Zero)
     {
         _ovr.UpdateImageMemory(_ptr, true);
     }
     _ready = true;
 }
Example #2
0
 void _process()
 {
     _ovr.UpdateImageMemory(_ptr, false);
     _ready = true;
 }