From b1de32bc50dd491ce037030fe313fe5db29f8a21 Mon Sep 17 00:00:00 2001 From: Egor Yusov Date: Sun, 7 Apr 2019 12:47:57 -0700 Subject: Updated DRAW_FLAG to match API 240022 --- Tests/TestApp/src/TestGeometryShader.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Tests/TestApp/src/TestGeometryShader.cpp') diff --git a/Tests/TestApp/src/TestGeometryShader.cpp b/Tests/TestApp/src/TestGeometryShader.cpp index 7977838..ec838f7 100644 --- a/Tests/TestApp/src/TestGeometryShader.cpp +++ b/Tests/TestApp/src/TestGeometryShader.cpp @@ -91,7 +91,7 @@ void TestGeometryShader::Draw() m_pDeviceContext->CommitShaderResources(nullptr, RESOURCE_STATE_TRANSITION_MODE_TRANSITION); // Draw 2 triangles - Diligent::DrawAttribs DrawAttrs(2, DRAW_FLAG_VERIFY_STATES); + Diligent::DrawAttribs DrawAttrs(2, DRAW_FLAG_VERIFY_ALL); m_pDeviceContext->Draw(DrawAttrs); SetStatus(TestResult::Succeeded); -- cgit v1.2.3