From 82198dc5b8284382d27d5f6776fb2531b805a83e Mon Sep 17 00:00:00 2001 From: Egor Yusov Date: Sat, 24 Nov 2018 11:15:28 -0800 Subject: Added explicit control over resource transitions in draw command Added explicit static resource binding initialization in SRB objects --- Tests/TestApp/include/TestDrawCommands.h | 1 + 1 file changed, 1 insertion(+) (limited to 'Tests/TestApp/include/TestDrawCommands.h') diff --git a/Tests/TestApp/include/TestDrawCommands.h b/Tests/TestApp/include/TestDrawCommands.h index d8a1d88..187ab85 100644 --- a/Tests/TestApp/include/TestDrawCommands.h +++ b/Tests/TestApp/include/TestDrawCommands.h @@ -44,4 +44,5 @@ private: Diligent::RefCntAutoPtr m_pPSO, m_pPSO_2xStride, m_pPSOInst; Diligent::RefCntAutoPtr m_pVertexBuff, m_pVertexBuff2, m_pIndexBuff, m_pInstanceData, m_pIndirectDrawArgs, m_pIndexedIndirectDrawArgs; Diligent::RefCntAutoPtr m_pResMapping; + Diligent::RefCntAutoPtr m_pSRB, m_pSRBInst; }; -- cgit v1.2.3