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)
commitd75effecdfce7deda2829ba474383e31dd2d1afd
tree1340422327da61a80729cfeeac3f891d957ea806
parent5dcbc1d600dae780e98ae574d61dbd25cd584678
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