Refactored main function to use a singleton patten

This commit is contained in:
2024-10-08 23:26:45 -05:00
parent 29599e4b9a
commit db832a7dae
11 changed files with 220 additions and 128 deletions

View File

@@ -7,5 +7,7 @@ class render {
public:
void drawFrame();
void createSyncObject();
void destroyFenceSemaphores();
void cleanupSwapChain();
};
}