swapchain: Fill out VkImageCreateInfo when creating presentable image 20/73820/1
authorTaekyun Kim <tkq.kim@samsung.com>
Thu, 9 Jun 2016 05:29:06 +0000 (14:29 +0900)
committerTaekyun Kim <tkq.kim@samsung.com>
Thu, 9 Jun 2016 05:29:06 +0000 (14:29 +0900)
commitae1c7d4fb9003a954bd605fb8e5a90f16b296d77
treed27814f7d10ca6d6475dbacf770c9b4bceecfa44
parentaf25734349f8f43d91b4ae51a741b2f7052cae2b
swapchain: Fill out VkImageCreateInfo when creating presentable image

Expected value should be 1 for mip level, 1 for array layers and
VK_SAMPLE_COUNT_1_BIT for samples.

Change-Id: If2fee7fece3f7d6a10fc79bbb6b09462a9bf1f9f
src/wsi/swapchain.c