tests: Fix VkLayerTest.InvalidPipeline
authorChris Forbes <chrisforbes@google.com>
Fri, 16 Sep 2016 05:58:00 +0000 (17:58 +1200)
committerChris Forbes <chrisforbes@google.com>
Sun, 18 Sep 2016 20:54:43 +0000 (08:54 +1200)
commit7ff474fbcd0e40b1b70c3cc5236bdf0b0259a775
tree7a8dca5ee7dfc99195ab6d227c20fc56d752ce73
parent1ab7523f3cccbbbf68fe33ba4f8d0b294d8bf540
tests: Fix VkLayerTest.InvalidPipeline

- Remove repeated BeginCommandBuffer.
- Ensure enough state is set up for implicit BeginRenderPass for
  graphics test.
- Ensure renderpass is finished for compute test.

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