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/TestApp.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'Tests/TestApp/src/TestApp.cpp') diff --git a/Tests/TestApp/src/TestApp.cpp b/Tests/TestApp/src/TestApp.cpp index f31ac56..92789a8 100644 --- a/Tests/TestApp/src/TestApp.cpp +++ b/Tests/TestApp/src/TestApp.cpp @@ -656,6 +656,7 @@ void TestApp::Render() DrawAttribs DrawAttrs; DrawAttrs.NumVertices = 3; + DrawAttrs.Flags = DRAW_FLAG_VERIFY_STATES; m_pRenderScript->Run(m_pImmediateContext, "DrawTris", DrawAttrs); DrawAttrs.IsIndexed = true; -- cgit v1.2.3