From c926cb84c8af0f0f68bd851f6dfc4ac3c906a13b Mon Sep 17 00:00:00 2001 From: Egor Yusov Date: Sat, 7 Jul 2018 15:46:30 -0700 Subject: Few minor updates + updated submodules --- Tests/TestApp/src/TestTexturing.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Tests/TestApp/src/TestTexturing.cpp') 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}; -- cgit v1.2.3