Properly handle resize
This commit is contained in:
parent
3643d10cac
commit
08648a417f
2 changed files with 20 additions and 2 deletions
|
|
@ -56,6 +56,7 @@ public:
|
|||
VulkanExample();
|
||||
~VulkanExample();
|
||||
virtual void getEnabledFeatures();
|
||||
void handleResize();
|
||||
void buildCommandBuffers();
|
||||
void loadglTFFile(std::string filename);
|
||||
void loadAssets();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue