Vulkan stuff
This commit is contained in:
@@ -14,14 +14,13 @@ extern "C" void FunnyMain( int argc, char **argv )
|
||||
filesystem->Init();
|
||||
|
||||
gamewindow->Init();
|
||||
Materials()->Init();
|
||||
|
||||
ServerGameDLL()->Init();
|
||||
|
||||
Materials()->Init();
|
||||
|
||||
|
||||
for (;;) {
|
||||
gamewindow->UpdateWindow();
|
||||
Materials()->Frame(0);
|
||||
};
|
||||
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user