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 19, 2024
1 parent 9a38fc5 commit d86cbc2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mbgl/vulkan/descriptor_set.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ void DescriptorSet::createDescriptorPool(DescriptorPoolGrowable& growablePool) {
#else
const auto poolFlags = vk::DescriptorPoolCreateFlagBits::eFreeDescriptorSet;
#endif

if (type == DescriptorSetType::Layer) {
const std::vector<vk::DescriptorPoolSize> sizes = {
{vk::DescriptorType::eStorageBuffer, maxSets * growablePool.descriptorsPerSet},
Expand Down

0 comments on commit d86cbc2

Please sign in to comment.