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)
ShaderExecutor: fixed FragmentOutExecutor that used imageView with mipLevels == 0

VkImageViewCreateInfo.mipLevels should equal to 1 to render anything

See merge request !222


Trivial merge