Code cleanup
This commit is contained in:
parent
4d91720ccc
commit
0f56b8270d
5 changed files with 38 additions and 41 deletions
|
|
@ -76,7 +76,7 @@
|
|||
class VulkanExampleBase
|
||||
{
|
||||
private:
|
||||
std::string getWindowTitle();
|
||||
std::string getWindowTitle() const;
|
||||
uint32_t destWidth;
|
||||
uint32_t destHeight;
|
||||
bool resizing = false;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue