summaryrefslogtreecommitdiffstats
path: root/Tests/TestApp/src/MTResourceCreationTest.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Tests/TestApp/src/MTResourceCreationTest.cpp')
-rw-r--r--Tests/TestApp/src/MTResourceCreationTest.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/Tests/TestApp/src/MTResourceCreationTest.cpp b/Tests/TestApp/src/MTResourceCreationTest.cpp
index 0bf8529..837f4f9 100644
--- a/Tests/TestApp/src/MTResourceCreationTest.cpp
+++ b/Tests/TestApp/src/MTResourceCreationTest.cpp
@@ -201,7 +201,7 @@ void MTResourceCreationTest::ThreadWorkerFunc(bool bIsMasterThread)
PipelineStateDesc PSODesc;
PSODesc.GraphicsPipeline.pVS = pTrivialVS;
PSODesc.GraphicsPipeline.pPS = pTrivialPS;
- PSODesc.GraphicsPipeline.PrimitiveTopologyType = PRIMITIVE_TOPOLOGY_TYPE_TRIANGLE;
+ PSODesc.GraphicsPipeline.PrimitiveTopology = PRIMITIVE_TOPOLOGY_TRIANGLE_STRIP;
PSODesc.GraphicsPipeline.NumRenderTargets = 1;
PSODesc.GraphicsPipeline.RTVFormats[0] = TEX_FORMAT_RGBA8_UNORM;
PSODesc.GraphicsPipeline.DSVFormat = TEX_FORMAT_D32_FLOAT;