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