Fixed windows message loop, reduce number of view updates
This commit is contained in:
parent
24daaac70e
commit
ba8ff21d36
2 changed files with 22 additions and 15 deletions
|
|
@ -72,6 +72,8 @@ private:
|
|||
VkResult createInstance(bool enableValidation);
|
||||
// Get window title with example name, device, et.
|
||||
std::string getWindowTitle();
|
||||
/** brief Indicates that the view (position, rotation) has changed and */
|
||||
bool viewUpdated = false;
|
||||
// Destination dimensions for resizing the window
|
||||
uint32_t destWidth;
|
||||
uint32_t destHeight;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue