axmol/core/platform/winrt/xaml
halx99 bb2e0e372a [FEATURE] Add new API GLView::queueOperation
- 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)
});
```
2023-05-31 20:42:39 +08:00
..
AxmolRenderer.cpp [FEATURE] Add new API GLView::queueOperation 2023-05-31 20:42:39 +08:00
AxmolRenderer.h [FEATURE] Add new API GLView::queueOperation 2023-05-31 20:42:39 +08:00
OpenGLES.cpp Update project url in sources 2023-03-12 01:44:55 +08:00
OpenGLES.h Update project url in sources 2023-03-12 01:44:55 +08:00
OpenGLESPage.xaml Windows Store UWP apps support (#1108) 2023-03-11 22:10:18 +08:00
OpenGLESPage.xaml.cpp [FEATURE] Add new API GLView::queueOperation 2023-05-31 20:42:39 +08:00
OpenGLESPage.xaml.h [FEATURE] Add new API GLView::queueOperation 2023-05-31 20:42:39 +08:00