Code formatting

This commit is contained in:
saschawillems 2016-02-23 22:18:22 +01:00
parent bf37fa2d17
commit e2dcc4f6f4

View file

@ -366,10 +366,12 @@ public:
buffers[i].image = images[i];
// Transform images from initial (undefined) to present layout
vkTools::setImageLayout(
cmdBuffer,
buffers[i].image,
VK_IMAGE_ASPECT_COLOR_BIT, VK_IMAGE_LAYOUT_UNDEFINED,
VK_IMAGE_ASPECT_COLOR_BIT,
VK_IMAGE_LAYOUT_UNDEFINED,
VK_IMAGE_LAYOUT_PRESENT_SRC_KHR);
colorAttachmentView.image = buffers[i].image;