summaryrefslogtreecommitdiffstats
path: root/Tests/TestApp/include/TestDrawCommands.h
diff options
context:
space:
mode:
authorEgor Yusov <egor.yusov@gmail.com>2018-05-29 04:52:52 +0000
committerEgor Yusov <egor.yusov@gmail.com>2018-05-29 04:52:52 +0000
commit8bebe2b4629577e3c2b3fc80dcfb3d803c77a587 (patch)
tree2e99b4c2170f9802cd840921f2cac496970e2ba8 /Tests/TestApp/include/TestDrawCommands.h
parentUpdated multiple tests (diff)
downloadDiligentEngine-8bebe2b4629577e3c2b3fc80dcfb3d803c77a587.tar.gz
DiligentEngine-8bebe2b4629577e3c2b3fc80dcfb3d803c77a587.zip
Moved Stride to vertex layout desc; updated tests
Diffstat (limited to 'Tests/TestApp/include/TestDrawCommands.h')
-rw-r--r--Tests/TestApp/include/TestDrawCommands.h2
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;
};