Skip to content

Commit

Permalink
cube: Remove duplicate line
Browse files Browse the repository at this point in the history
  • Loading branch information
charles-lunarg committed Apr 26, 2024
1 parent eaf7af1 commit d2c289a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions cube/cube.c
Original file line number Diff line number Diff line change
Expand Up @@ -2161,8 +2161,6 @@ static void demo_prepare_pipeline(struct demo *demo) {
pipeline.renderPass = demo->render_pass;
pipeline.pDynamicState = &dynamicState;

pipeline.renderPass = demo->render_pass;

err = vkCreateGraphicsPipelines(demo->device, demo->pipelineCache, 1, &pipeline, NULL, &demo->pipeline);
assert(!err);

Expand Down

0 comments on commit d2c289a

Please sign in to comment.