diff options
| author | Egor Yusov <egor.yusov@gmail.com> | 2019-04-07 19:47:57 +0000 |
|---|---|---|
| committer | Egor Yusov <egor.yusov@gmail.com> | 2019-04-07 19:47:57 +0000 |
| commit | b1de32bc50dd491ce037030fe313fe5db29f8a21 (patch) | |
| tree | 4b85627621b727064ce1d656605dfcd98ebc978d /Tests/TestApp/src/TestTexturing.cpp | |
| parent | Updated core (diff) | |
| download | DiligentEngine-b1de32bc50dd491ce037030fe313fe5db29f8a21.tar.gz DiligentEngine-b1de32bc50dd491ce037030fe313fe5db29f8a21.zip | |
Updated DRAW_FLAG to match API 240022
Diffstat (limited to 'Tests/TestApp/src/TestTexturing.cpp')
| -rw-r--r-- | Tests/TestApp/src/TestTexturing.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Tests/TestApp/src/TestTexturing.cpp b/Tests/TestApp/src/TestTexturing.cpp index fa2a589..83c1f16 100644 --- a/Tests/TestApp/src/TestTexturing.cpp +++ b/Tests/TestApp/src/TestTexturing.cpp @@ -313,7 +313,7 @@ void TestTexturing::Draw() m_pDeviceContext->SetVertexBuffers( 0, 1, pBuffs, Offsets, RESOURCE_STATE_TRANSITION_MODE_TRANSITION, SET_VERTEX_BUFFERS_FLAG_RESET ); // Draw quad - Diligent::DrawAttribs DrawAttrs(4, DRAW_FLAG_VERIFY_STATES); + Diligent::DrawAttribs DrawAttrs(4, DRAW_FLAG_VERIFY_ALL); m_pDeviceContext->Draw( DrawAttrs ); SetStatus(TestResult::Succeeded); |
