Init OK! but sumbit a null CmdBuffer is a Bug.

This commit is contained in:
2024-11-13 00:01:26 +08:00
parent 2bb1056b2a
commit 359c1cdc87
11 changed files with 99 additions and 46 deletions

View File

@@ -7,5 +7,10 @@ int os_main(int,os_char **)
{
RenderFramework rf;
if(!rf.Init(1280,720,OS_TEXT("FirstApp")))
return 1;
rf.Run();
return 0;
}