diff options
Diffstat (limited to 'Tests/TestApp/include/TestDrawCommands.h')
| -rw-r--r-- | Tests/TestApp/include/TestDrawCommands.h | 2 |
1 files changed, 1 insertions, 1 deletions
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<Diligent::IRenderDevice> m_pRenderDevice; Diligent::RefCntAutoPtr<Diligent::IDeviceContext> m_pDeviceContext; - Diligent::RefCntAutoPtr<Diligent::IPipelineState> m_pPSO, m_pPSOInst; + Diligent::RefCntAutoPtr<Diligent::IPipelineState> m_pPSO, m_pPSO_2xStride, m_pPSOInst; Diligent::RefCntAutoPtr<Diligent::IBuffer> m_pVertexBuff, m_pVertexBuff2, m_pIndexBuff, m_pInstanceData, m_pIndirectDrawArgs, m_pIndexedIndirectDrawArgs; Diligent::RefCntAutoPtr<Diligent::IResourceMapping> m_pResMapping; }; |
