layers:Identify layout from pipelineLayout
authorTobin Ehlis <tobine@google.com>
Thu, 6 Jul 2017 22:50:10 +0000 (16:50 -0600)
committerTobin Ehlis <tobine@google.com>
Fri, 7 Jul 2017 17:14:23 +0000 (11:14 -0600)
commitb1305d5363e0fba5bce415973cc7269eb27c0002
tree0f14898e34c730c35b71869796dc4fea2019ad9f
parent9585e972e42384636593fd3370ae853069590d3b
layers:Identify layout from pipelineLayout

When checking IsCompatible() for a DescriptorSetLayout, the passed-in
layout is always from a pipelineLayout, however this was not specified
in the code. Add comment to specify this usage and update the error
message to always distinguish which of the layouts using in the compare
is from the pipelineLayout.
layers/descriptor_sets.cpp
layers/descriptor_sets.h