Merge branch 'shaderExecutor-imageView' into 'master'
authorPyry Haulos <phaulos@google.com>
Sun, 3 Jan 2016 21:58:23 +0000 (16:58 -0500)
committerPyry Haulos <phaulos@google.com>
Sun, 3 Jan 2016 21:58:23 +0000 (16:58 -0500)
commite100fbfd86752019eefbab1a9a8fa61d17e4371e
tree3cd6559a955bef150e298e0a1c406339243f52bc
parent256de3f00fc8f70acfb20a1c974276cd78b89dd3
parenta522031b714ea98ce38b88c4dbdb976942d3ecee
Merge branch 'shaderExecutor-imageView' into 'master'

ShaderExecutor: fixed FragmentOutExecutor that used imageView with mipLevels == 0

VkImageViewCreateInfo.mipLevels should equal to 1 to render anything

See merge request !222