From 8bebe2b4629577e3c2b3fc80dcfb3d803c77a587 Mon Sep 17 00:00:00 2001 From: Egor Yusov Date: Mon, 28 May 2018 21:52:52 -0700 Subject: Moved Stride to vertex layout desc; updated tests --- Tests/TestApp/include/TestDrawCommands.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Tests/TestApp/include/TestDrawCommands.h') diff --git a/Tests/TestApp/include/TestDrawCommands.h b/Tests/TestApp/include/TestDrawCommands.h index 9507716..2600c39 100644 --- a/Tests/TestApp/include/TestDrawCommands.h +++ b/Tests/TestApp/include/TestDrawCommands.h @@ -41,7 +41,7 @@ private: Diligent::RefCntAutoPtr m_pRenderDevice; Diligent::RefCntAutoPtr m_pDeviceContext; - Diligent::RefCntAutoPtr m_pPSO, m_pPSOInst; + 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; }; -- cgit v1.2.3