Properly handle resize

This commit is contained in:
Sascha Willems 2020-09-11 20:57:06 +02:00
parent 3643d10cac
commit 08648a417f
2 changed files with 20 additions and 2 deletions

View file

@ -56,6 +56,7 @@ public:
VulkanExample();
~VulkanExample();
virtual void getEnabledFeatures();
void handleResize();
void buildCommandBuffers();
void loadglTFFile(std::string filename);
void loadAssets();