From 921a995810a60528a71bbea1d4299155742af9d4 Mon Sep 17 00:00:00 2001 From: Egor Yusov Date: Sat, 14 Apr 2018 13:14:51 -0700 Subject: Moved primitive topology to pipeline state --- Tests/TestApp/src/RenderScriptTest.cpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'Tests/TestApp/src/RenderScriptTest.cpp') diff --git a/Tests/TestApp/src/RenderScriptTest.cpp b/Tests/TestApp/src/RenderScriptTest.cpp index bf8b514..1931480 100644 --- a/Tests/TestApp/src/RenderScriptTest.cpp +++ b/Tests/TestApp/src/RenderScriptTest.cpp @@ -122,7 +122,6 @@ RenderScriptTest::RenderScriptTest( IRenderDevice *pRenderDevice, IDeviceContext { DrawAttribs GlobalDrawAttribs; - GlobalDrawAttribs.Topology = PRIMITIVE_TOPOLOGY_TRIANGLE_STRIP; GlobalDrawAttribs.NumVertices = 123; GlobalDrawAttribs.IndexType = VT_UINT16; GlobalDrawAttribs.IsIndexed = True; @@ -336,7 +335,6 @@ RenderScriptTest::RenderScriptTest( IRenderDevice *pRenderDevice, IDeviceContext { DrawAttribs DrawAttribs; - DrawAttribs.Topology = PRIMITIVE_TOPOLOGY_TRIANGLE_LIST; DrawAttribs.NumVertices = 34; DrawAttribs.IndexType = VT_UINT16; DrawAttribs.IsIndexed = True; -- cgit v1.2.3