summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEgor Yusov <egor.yusov@gmail.com>2019-03-06 18:09:16 +0000
committerEgor Yusov <egor.yusov@gmail.com>2019-03-06 18:09:16 +0000
commit1ba5e887490e747fd783dde32a9fbe9d7fe0413d (patch)
treebe5d02cf6c3594c448b471156aba37e47b10a059
parentUpdated sample submodule (diff)
downloadDiligentEngine-1ba5e887490e747fd783dde32a9fbe9d7fe0413d.tar.gz
DiligentEngine-1ba5e887490e747fd783dde32a9fbe9d7fe0413d.zip
Updated core & samples
m---------DiligentCore0
m---------DiligentSamples0
-rw-r--r--Tests/TestApp/src/TestDrawCommands.cpp1
3 files changed, 1 insertions, 0 deletions
diff --git a/DiligentCore b/DiligentCore
-Subproject c87e69d08937a012ed00d9c5395b942a8f6de9b
+Subproject 76a1a90ee26e3f2e78fab018bbbfc43ddc85d84
diff --git a/DiligentSamples b/DiligentSamples
-Subproject a52d906f6a00f744831c633118bb6ebf4201b46
+Subproject 0560ac9ebbc7ad38c7c6741777fbaf4a60d2a9e
diff --git a/Tests/TestApp/src/TestDrawCommands.cpp b/Tests/TestApp/src/TestDrawCommands.cpp
index b05a166..662c24a 100644
--- a/Tests/TestApp/src/TestDrawCommands.cpp
+++ b/Tests/TestApp/src/TestDrawCommands.cpp
@@ -258,6 +258,7 @@ void TestDrawCommands::Init( IRenderDevice *pDevice, IDeviceContext *pDeviceCont
m_pPSO->BindStaticResources(SHADER_TYPE_VERTEX | SHADER_TYPE_PIXEL, m_pResMapping, BIND_SHADER_RESOURCES_VERIFY_ALL_RESOLVED);
m_pPSOInst->BindStaticResources(SHADER_TYPE_VERTEX | SHADER_TYPE_PIXEL, m_pResMapping, BIND_SHADER_RESOURCES_VERIFY_ALL_RESOLVED | BIND_SHADER_RESOURCES_UPDATE_STATIC);
+ m_pPSO_2xStride->BindStaticResources(SHADER_TYPE_VERTEX | SHADER_TYPE_PIXEL, m_pResMapping, BIND_SHADER_RESOURCES_VERIFY_ALL_RESOLVED | BIND_SHADER_RESOURCES_UPDATE_STATIC);
m_pPSO->CreateShaderResourceBinding(&m_pSRB, true);
m_pPSOInst->CreateShaderResourceBinding(&m_pSRBInst, true);
}