Code cleanup

This commit is contained in:
Sascha Willems 2024-11-23 15:37:57 +01:00
parent 4d91720ccc
commit 0f56b8270d
5 changed files with 38 additions and 41 deletions

View file

@ -76,7 +76,7 @@
class VulkanExampleBase
{
private:
std::string getWindowTitle();
std::string getWindowTitle() const;
uint32_t destWidth;
uint32_t destHeight;
bool resizing = false;