Refactored main function to use a singleton patten
This commit is contained in:
@@ -14,5 +14,6 @@ namespace Graphics {
|
||||
void destroyCommandPool();
|
||||
void createCommandBuffer();
|
||||
void recordCommandBuffer(VkCommandBuffer cmndBuffer, uint32_t imageIndex);
|
||||
std::vector<VkFramebuffer> getSwapChainFramebuffers();
|
||||
};
|
||||
}
|
||||
|
Reference in New Issue
Block a user