You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-04 12:00:25 +00:00
Style: Apply clang-tidy fixes
• `modernize-use-default-member-init` and `readability-redundant-member-init` • Minor adjustments to `.clang-tidy` to improve syntax & remove redundancies
This commit is contained in:
@@ -4017,7 +4017,7 @@ RDD::UniformSetID RenderingDeviceDriverVulkan::uniform_set_create(VectorView<Bou
|
||||
}
|
||||
|
||||
// Need a descriptor pool.
|
||||
DescriptorSetPools::Iterator pool_sets_it = {};
|
||||
DescriptorSetPools::Iterator pool_sets_it;
|
||||
VkDescriptorPool vk_pool = _descriptor_set_pool_find_or_create(pool_key, &pool_sets_it);
|
||||
DEV_ASSERT(vk_pool);
|
||||
pool_sets_it->value[vk_pool]++;
|
||||
|
||||
Reference in New Issue
Block a user