tests: Don't supply empty DynamicStateCreateInfo
authorChris Forbes <chrisforbes@google.com>
Mon, 3 Oct 2016 01:26:32 +0000 (14:26 +1300)
committerChris Forbes <chrisforbes@google.com>
Mon, 3 Oct 2016 19:37:26 +0000 (08:37 +1300)
commit9fa8f20f77bd71be10533240d80a495d04185b8a
treea1783c8373df2e8b569156d17716a8502ad145c6
parent73f11ecc496649a6f37a72915438d75c556dea8d
tests: Don't supply empty DynamicStateCreateInfo

Either the ptr must be nullptr, or there must be >= 1 dynamic state
specified. The empty struct is not allowed.

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