summaryrefslogtreecommitdiffstats
path: root/Tests/TestApp/src/TestShaderResourceLayout.cpp
diff options
context:
space:
mode:
authorEgor Yusov <egor.yusov@gmail.com>2019-04-07 19:47:57 +0000
committerEgor Yusov <egor.yusov@gmail.com>2019-04-07 19:47:57 +0000
commitb1de32bc50dd491ce037030fe313fe5db29f8a21 (patch)
tree4b85627621b727064ce1d656605dfcd98ebc978d /Tests/TestApp/src/TestShaderResourceLayout.cpp
parentUpdated core (diff)
downloadDiligentEngine-b1de32bc50dd491ce037030fe313fe5db29f8a21.tar.gz
DiligentEngine-b1de32bc50dd491ce037030fe313fe5db29f8a21.zip
Updated DRAW_FLAG to match API 240022
Diffstat (limited to 'Tests/TestApp/src/TestShaderResourceLayout.cpp')
-rw-r--r--Tests/TestApp/src/TestShaderResourceLayout.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/Tests/TestApp/src/TestShaderResourceLayout.cpp b/Tests/TestApp/src/TestShaderResourceLayout.cpp
index 3d2cd94..56166b6 100644
--- a/Tests/TestApp/src/TestShaderResourceLayout.cpp
+++ b/Tests/TestApp/src/TestShaderResourceLayout.cpp
@@ -403,7 +403,7 @@ TestShaderResourceLayout::TestShaderResourceLayout( IRenderDevice *pDevice, IDev
pContext->SetPipelineState(pTestPSO);
pContext->CommitShaderResources(pSRB, RESOURCE_STATE_TRANSITION_MODE_TRANSITION);
- DrawAttribs DrawAttrs(3, DRAW_FLAG_VERIFY_STATES);
+ DrawAttribs DrawAttrs(3, DRAW_FLAG_VERIFY_ALL);
pContext->Draw(DrawAttrs);
pSRB->GetVariableByName(SHADER_TYPE_PIXEL, "storageBuff_Dyn")->Set(pSBUAVs[1]);