From 03bfb1db2b31a35b110435600311dac124c6373d Mon Sep 17 00:00:00 2001 From: Egor Yusov Date: Tue, 27 Nov 2018 09:18:23 -0800 Subject: Updated submodules (added DRAW_FLAG_VERIFY_STATES & DISPATCH_FLAG_VERIFY_STATE flags) --- Tests/TestApp/src/TestGeometryShader.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'Tests/TestApp/src/TestGeometryShader.cpp') diff --git a/Tests/TestApp/src/TestGeometryShader.cpp b/Tests/TestApp/src/TestGeometryShader.cpp index 3efc13c..0383e27 100644 --- a/Tests/TestApp/src/TestGeometryShader.cpp +++ b/Tests/TestApp/src/TestGeometryShader.cpp @@ -92,6 +92,7 @@ void TestGeometryShader::Draw() Diligent::DrawAttribs DrawAttrs; DrawAttrs.NumVertices = 2; // Draw 2 triangles + DrawAttrs.Flags = DRAW_FLAG_VERIFY_STATES; m_pDeviceContext->Draw(DrawAttrs); SetStatus(TestResult::Succeeded); -- cgit v1.2.3