Skip to content

Commit

Permalink
[le_pipeline] apply formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
tgfrerer committed Oct 16, 2024
1 parent e016ceb commit 39ac93c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions modules/le_backend_vk/le_pipeline.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1688,10 +1688,10 @@ static VkPipeline le_pipeline_cache_create_graphics_pipeline( le_pipeline_manage
.attachmentCount = pass.numColorAttachments,
.pAttachments = pso->data.blendAttachmentStates,
.blendConstants = {
pso->data.blend_factor_constants[ 0 ],
pso->data.blend_factor_constants[ 1 ],
pso->data.blend_factor_constants[ 2 ],
pso->data.blend_factor_constants[ 3 ],
pso->data.blend_factor_constants[ 0 ],
pso->data.blend_factor_constants[ 1 ],
pso->data.blend_factor_constants[ 2 ],
pso->data.blend_factor_constants[ 3 ],
},
};
;
Expand Down

0 comments on commit 39ac93c

Please sign in to comment.