[Minor] Remove small duplication in triangle.cpp
Remove a line of duplication in `void preparePipelines()` of triangle.cpp.
This commit is contained in:
parent
313ac10de4
commit
a78f139563
1 changed files with 0 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue