a part of RenderFramework::Init(..)

This commit is contained in:
2024-11-12 01:51:14 +08:00
parent 66b75aceb9
commit 2bb1056b2a
6 changed files with 64 additions and 16 deletions

View File

@@ -1,8 +1,11 @@
#include<hgl/graph/RenderFramework.h>
using namespace hgl;
using namespace hgl::graph;
int os_main(int,os_char **)
{
RenderFramework rf;
}