git-svn-id: https://casparcg.svn.sourceforge.net/svnroot/casparcg/server/branches/2.0.0.2@892
362d55ac-95cf-4e76-9f9a-
cbaa9c17b72d
\r
return safe_ptr<device_buffer>(buffer.get(), [=](device_buffer*)\r
{\r
- executor_.begin_invoke([=] // Execute in ogl context in order to guarantee destruction of buffer in ogl context.\r
- {\r
- pool->push(buffer);\r
-\r
- }, high_priority);\r
+ pool->push(buffer);\r
});\r
}\r
\r
\r
#pragma once\r
\r
-#include "../common/compiler/vs/disable_silly_warnings.h"\r
-\r
#define NOMINMAX\r
\r
#if defined(_MSC_VER)\r