Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Nov 8, 2023
1 parent 7c9385f commit e5df393
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions src/mbgl/renderer/layers/render_fill_layer.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -356,14 +356,14 @@ class OutlineDrawableTweaker : public gfx::DrawableTweaker {
static const StringIdentity idLinePropertiesUBOName = stringIndexer().get("LineBasicPropertiesUBO");
if (!linePropertiesUniformBuffer) {
const shaders::LineBasicPropertiesUBO linePropertiesUBO{/*color =*/color,
/*blur =*/0.f,
/*opacity =*/opacity,
/*gapwidth =*/0.f,
/*offset =*/0.f,
/*width =*/1.f,
0,
0,
0};
/*blur =*/0.f,
/*opacity =*/opacity,
/*gapwidth =*/0.f,
/*offset =*/0.f,
/*width =*/1.f,
0,
0,
0};
parameters.context.emplaceOrUpdateUniformBuffer(linePropertiesUniformBuffer, &linePropertiesUBO);
}
if (!uniforms.get(idLinePropertiesUBOName)) {
Expand Down

0 comments on commit e5df393

Please sign in to comment.