layers: Require VkGraphicsPipelineCreateInfo::pDepthStencilState
authorChris Forbes <chrisforbes@google.com>
Thu, 8 Sep 2016 05:55:54 +0000 (17:55 +1200)
committerChris Forbes <chrisforbes@google.com>
Mon, 12 Sep 2016 23:44:30 +0000 (11:44 +1200)
commit5dcdd90e54199dfeb29938a3a03d998397c22664
tree911254da6d33686ab8d5b20445466fcdb6b7687a
parentd5365427feb4a6c16371ecb651afa37b89dabd96
layers: Require VkGraphicsPipelineCreateInfo::pDepthStencilState

If the subpass uses a depth/stencil attachment and rasterization is not
disabled, then this structure must be present.

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