Merge branch '237-shaderexecutor-remove-immutable-samplers' into 'master'
authorPyry Haulos <phaulos@google.com>
Thu, 21 Jan 2016 16:22:52 +0000 (11:22 -0500)
committerPyry Haulos <phaulos@google.com>
Thu, 21 Jan 2016 16:22:52 +0000 (11:22 -0500)
Remove immutable shaders from ShaderExecutor

Samplers are provided when updating descriptor sets, so it is not
necessary, nor allowed, to set them when building descriptor set layout.

See merge request !362


Trivial merge