Merge pull request #908 from LongerZrLong/master
[Minor] Remove small duplication in triangle.cpp
This commit is contained in:
commit
92187b0c48
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