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)
commit66a7318a24c9dd8162a6ae49fd62867a263d4402
tree9f9cbe75a4af6d1f7b8bea8cd0b45cba9a03f68f
parentdb6ad16f7690669bb664b970a8e5c47abb8db9fa
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