diff options
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 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}; |
