summaryrefslogtreecommitdiffstats
path: root/Tests/TestApp/src/TestTessellation.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Tests/TestApp/src/TestTessellation.cpp')
-rw-r--r--Tests/TestApp/src/TestTessellation.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/Tests/TestApp/src/TestTessellation.cpp b/Tests/TestApp/src/TestTessellation.cpp
index fe06c41..c4a4706 100644
--- a/Tests/TestApp/src/TestTessellation.cpp
+++ b/Tests/TestApp/src/TestTessellation.cpp
@@ -135,6 +135,7 @@ void TestTessellation::Draw()
m_pDeviceContext->CommitShaderResources(nullptr, COMMIT_SHADER_RESOURCES_FLAG_TRANSITION_RESOURCES);
Diligent::DrawAttribs DrawAttrs;
+ DrawAttrs.Flags = DRAW_FLAG_VERIFY_STATES;
DrawAttrs.NumVertices = 2; // Draw 2 quad patches
m_pDeviceContext->Draw(DrawAttrs);