diff options
Diffstat (limited to 'Tests/TestApp/src/TestTessellation.cpp')
| -rw-r--r-- | Tests/TestApp/src/TestTessellation.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Tests/TestApp/src/TestTessellation.cpp b/Tests/TestApp/src/TestTessellation.cpp index 388f837..390a4be 100644 --- a/Tests/TestApp/src/TestTessellation.cpp +++ b/Tests/TestApp/src/TestTessellation.cpp @@ -135,7 +135,7 @@ void TestTessellation::Draw() m_pDeviceContext->CommitShaderResources(nullptr, RESOURCE_STATE_TRANSITION_MODE_TRANSITION); // Draw 2 quad patches - Diligent::DrawAttribs DrawAttrs(2, DRAW_FLAG_VERIFY_STATES); + Diligent::DrawAttribs DrawAttrs(2, DRAW_FLAG_VERIFY_ALL); m_pDeviceContext->Draw(DrawAttrs); m_pDeviceContext->SetPipelineState(m_pTriPSO); |
