FCT
载入中...
搜索中...
未找到
Win32_Runtime.cpp
浏览该文件的文档.
1#include "../FCTAPI.h"
2
3namespace FCT {
5
6 };
7 void Runtime::init() {
9 }
10 void Runtime::term() {
12 }
13
15 {
16#ifdef FCT_USE_GLFW
17 Window* window = FCT_NEW(GLFW_Window,g_common->glfwUICommon,this);
18 return window;
19#endif
20 }
21
23 {
24 return FCT_NEW(VK_Context,g_common->vkContextCommon);
25 }
26
31
32}
#define FCT_NEW(type,...)
#define FCT_DELETE(args)
ImageLoader * createImageLoader()
RuntimeCommon * g_common