layers: Don't add VK_SUBPASS_EXTERNAL edges to subpass DAG.
authorChris Forbes <chrisforbes@google.com>
Mon, 26 Sep 2016 21:54:58 +0000 (10:54 +1300)
committerChris Forbes <chrisforbes@google.com>
Mon, 26 Sep 2016 23:38:58 +0000 (12:38 +1300)
commit1fc65c0341b5bb7c75ed696e89e5ae51367b151c
treef11c868ad7980cfda46a1fd66c9985fed0f35c4f
parent8f74757a691d983e8d91f8ba0307c16b9495d112
layers: Don't add VK_SUBPASS_EXTERNAL edges to subpass DAG.

We don't use them, and handling them safely complicates other code that
works with the DAG.

Signed-off-by: Chris Forbes <chrisforbes@google.com>
layers/core_validation.cpp