layers:Fix framebuffer cmd buffer binding
authorTobin Ehlis <tobine@google.com>
Wed, 12 Oct 2016 19:18:20 +0000 (13:18 -0600)
committerTobin Ehlis <tobine@google.com>
Fri, 14 Oct 2016 01:13:33 +0000 (19:13 -0600)
commit234467ac23b74b15bd829220844843d74deeb783
treedbdef2c2b8c4782d307692c4d9b35d02ddb62cd4
parentc417b29fc639790b82eb64b7af2e7ae93cedd144
layers:Fix framebuffer cmd buffer binding

Wasn't correctly establishing binding between framebuffer object and
cmd buffer object that it's used in. Updated code to use standard
addCommandBufferBinding() function.
layers/core_validation.cpp