Some work towards multi-pipe

This commit is contained in:
Alexander Bock
2014-05-04 18:35:23 +02:00
parent 8a7bcc0036
commit 56f22d79c3
9 changed files with 210 additions and 11 deletions

View File

@@ -83,6 +83,8 @@ private:
RenderEngine* _renderEngine;
// ScriptEngine* _scriptEngine;
ghoul::opencl::CLContext _context;
sgct::SharedVector<char> _synchronizationBuffer;
};
#define OsEng (openspace::OpenSpaceEngine::ref())