ShaderExecutor: fixed FragmentOutExecutor that used imageView with mipLevels == 0
authorscygan <slawomir.cygan@intel.com>
Mon, 28 Dec 2015 19:04:07 +0000 (20:04 +0100)
committerscygan <slawomir.cygan@intel.com>
Mon, 28 Dec 2015 19:19:22 +0000 (20:19 +0100)
commita522031b714ea98ce38b88c4dbdb976942d3ecee
tree976b1842d55b3518f163408777d6ce8b0b5ea69b
parentba7bce2ff0d25d66d393328c64480f8569de0967
ShaderExecutor: fixed FragmentOutExecutor that used imageView with mipLevels == 0

VkImageViewCreateInfo.mipLevels should equal to 1 to render anything
external/vulkancts/modules/vulkan/shaderexecutor/vktShaderExecutor.cpp