summaryrefslogtreecommitdiffstats
path: root/Tests/TestApp/src/TestTexturing.cpp
diff options
context:
space:
mode:
authorEgor Yusov <egor.yusov@gmail.com>2018-07-07 22:46:30 +0000
committerEgor Yusov <egor.yusov@gmail.com>2018-07-07 22:46:30 +0000
commitc926cb84c8af0f0f68bd851f6dfc4ac3c906a13b (patch)
tree16d3f29ea717c41d767618b040a7b9000efb4b66 /Tests/TestApp/src/TestTexturing.cpp
parentFixed build error: second attempt (diff)
downloadDiligentEngine-c926cb84c8af0f0f68bd851f6dfc4ac3c906a13b.tar.gz
DiligentEngine-c926cb84c8af0f0f68bd851f6dfc4ac3c906a13b.zip
Few minor updates + updated submodules
Diffstat (limited to 'Tests/TestApp/src/TestTexturing.cpp')
-rw-r--r--Tests/TestApp/src/TestTexturing.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/Tests/TestApp/src/TestTexturing.cpp b/Tests/TestApp/src/TestTexturing.cpp
index de1e6d0..ba89b13 100644
--- a/Tests/TestApp/src/TestTexturing.cpp
+++ b/Tests/TestApp/src/TestTexturing.cpp
@@ -281,7 +281,7 @@ void TestTexturing::Draw()
{
m_pDeviceContext->SetPipelineState(m_pPSO);
m_pDeviceContext->TransitionShaderResources(m_pPSO, nullptr);
- m_pDeviceContext->CommitShaderResources(nullptr, 0);
+ m_pDeviceContext->CommitShaderResources(nullptr, COMMIT_SHADER_RESOURCES_FLAG_VERIFY_STATES);
IBuffer *pBuffs[] = {m_pVertexBuff};
Uint32 Offsets[] = {0};