mem type index, typo

This commit is contained in:
saschawillems 2016-06-05 18:22:20 +02:00
parent d5b71dffc3
commit 8a90eba81f
2 changed files with 2 additions and 3 deletions

View file

@ -247,7 +247,7 @@ public:
colorImageView.image = offScreenFrameBuf.color.image;
VK_CHECK_RESULT(vkCreateImageView(device, &colorImageView, nullptr, &offScreenFrameBuf.color.view));
// Create sampler to sample from to collor attachment
// Create sampler to sample from to color attachment
// Used to sample in the fragment shader for final rendering
VkSamplerCreateInfo sampler = vkTools::initializers::samplerCreateInfo();
sampler.magFilter = VK_FILTER_LINEAR;