Merge pull request #908 from LongerZrLong/master

[Minor] Remove small duplication in triangle.cpp
This commit is contained in:
Sascha Willems 2021-12-11 10:59:58 +01:00 committed by GitHub
commit 92187b0c48
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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