summaryrefslogtreecommitdiffstats
path: root/Tests/TestApp/src/TestShaderResArrays.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Tests/TestApp/src/TestShaderResArrays.cpp')
-rw-r--r--Tests/TestApp/src/TestShaderResArrays.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/Tests/TestApp/src/TestShaderResArrays.cpp b/Tests/TestApp/src/TestShaderResArrays.cpp
index 83b2da7..4e27eaf 100644
--- a/Tests/TestApp/src/TestShaderResArrays.cpp
+++ b/Tests/TestApp/src/TestShaderResArrays.cpp
@@ -190,6 +190,7 @@ void TestShaderResArrays::Draw()
Diligent::DrawAttribs DrawAttrs;
DrawAttrs.NumVertices = 4; // Draw quad
+ DrawAttrs.Flags = DRAW_FLAG_TRANSITION_VERTEX_BUFFERS;
m_pDeviceContext->Draw( DrawAttrs );
SetStatus(TestResult::Succeeded);