Skip to content
Snippets Groups Projects
Unverified Commit a78f1395 authored by Longer Long's avatar Longer Long Committed by GitHub
Browse files

[Minor] Remove small duplication in triangle.cpp

Remove a line of duplication in `void preparePipelines()` of triangle.cpp.
parent 313ac10d
No related branches found
No related tags found
No related merge requests found
......@@ -999,7 +999,6 @@ public:
pipelineCreateInfo.pMultisampleState = &multisampleState;
pipelineCreateInfo.pViewportState = &viewportState;
pipelineCreateInfo.pDepthStencilState = &depthStencilState;
pipelineCreateInfo.renderPass = renderPass;
pipelineCreateInfo.pDynamicState = &dynamicState;
// Create rendering pipeline using the specified states
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment