summaryrefslogtreecommitdiffstats
path: root/Tests/TestApp/src/TestGeometryShader.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Tests/TestApp/src/TestGeometryShader.cpp')
-rw-r--r--Tests/TestApp/src/TestGeometryShader.cpp1
1 files changed, 1 insertions, 0 deletions
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);