mirror of https://github.com/axmolengine/axmol.git
bb2e0e372a
- Queue a priority operation in render thread, even through app in background - Please do logic in callback, don't update ui or any other render state usage ``` Director::getInstance()->getOpenGLView()->queueOperation([](void* param){ // do somethings for logic only(Don't update render state or UI) }); ``` |
||
---|---|---|
.. | ||
CCApplication-ios.h | ||
CCApplication-ios.mm | ||
CCCommon-ios.mm | ||
CCDevice-ios.mm | ||
CCDirectorCaller-ios.h | ||
CCDirectorCaller-ios.mm | ||
CCEAGLView-ios.h | ||
CCEAGLView-ios.mm | ||
CCES2Renderer-ios.h | ||
CCES2Renderer-ios.m | ||
CCESRenderer-ios.h | ||
CCGL-ios.h | ||
CCGLViewImpl-ios.h | ||
CCGLViewImpl-ios.mm | ||
CCImage-ios.mm | ||
CCInputView-ios.h | ||
CCInputView-ios.mm | ||
CCPlatformDefine-ios.h | ||
CCStdC-ios.h | ||
OpenGL_Internal-ios.h | ||
cocos2d-prefix.pch |