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)
commitcd9217344a19e774be7f7a4a20dba05f8c1b7c32
tree24b1a1cf6c8afa39f10563fb84c66c83bee6b402
parent7c32f9198cd1ed9fb0280a269cfd44222bf8f066
parent7d092113ec838ddf024b928f1504a36cdcaf1532
Merge branch 'issue_408' into 'vulkan-cts-1.0-dev'

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