Fix some whitespace

This commit is contained in:
Petr Kraus 2020-02-07 18:28:20 +01:00
parent 67f1c2904c
commit 2a986b6a87
3 changed files with 75 additions and 77 deletions

View file

@ -56,7 +56,7 @@
class VulkanExampleBase
{
private:
private:
// Get window title with example name, device, et.
std::string getWindowTitle();
/** brief Indicates that the view (position, rotation) has changed and buffers containing camera matrices need to be updated */
@ -182,8 +182,7 @@ public:
std::string name = "vulkanExample";
uint32_t apiVersion = VK_API_VERSION_1_0;
struct
{
struct {
VkImage image;
VkDeviceMemory mem;
VkImageView view;