Fix some whitespace
This commit is contained in:
parent
67f1c2904c
commit
2a986b6a87
3 changed files with 75 additions and 77 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue