Merge branch 'issue_408' into 'vulkan-cts-1.0-dev'
authorMika Isojarvi <misojarvi@google.com>
Thu, 16 Jun 2016 17:37:46 +0000 (17:37 +0000)
committerMika Isojarvi <misojarvi@google.com>
Thu, 16 Jun 2016 17:37:46 +0000 (17:37 +0000)
Fixes OpSConvert and OpUConvert output buffer

The OpSConvert and OpUConvert incorrectly bound the same buffer as input
and output. This can lead to issues when they are of different size.

Fixes #408

See merge request !588


Trivial merge