Refactored main function to use a singleton patten
This commit is contained in:
@@ -7,5 +7,7 @@ class render {
|
||||
public:
|
||||
void drawFrame();
|
||||
void createSyncObject();
|
||||
void destroyFenceSemaphores();
|
||||
void cleanupSwapChain();
|
||||
};
|
||||
}
|
||||
|
Reference in New Issue
Block a user