Restored window title with device info and fps counter
This commit is contained in:
parent
e3c26e01ac
commit
3ce7c0a96a
1 changed files with 0 additions and 1 deletions
|
|
@ -82,7 +82,6 @@ std::string VulkanExampleBase::getWindowTitle()
|
|||
std::string device(deviceProperties.deviceName);
|
||||
std::string windowTitle;
|
||||
windowTitle = title + " - " + device + " - " + std::to_string(frameCounter) + " fps";
|
||||
windowTitle = title;
|
||||
return windowTitle;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue