godot/drivers/vulkan
Rémi Verschelde c273ddc3ee Style: Partially apply clang-tidy's cppcoreguidelines-pro-type-member-init
Didn't commit all the changes where it wants to initialize a struct
with `{}`. Should be reviewed in a separate PR.

Option `IgnoreArrays` enabled for now to be conservative, can be
disabled to see if it proposes more useful changes.

Also fixed manually a handful of other missing initializations / moved
some from constructors.
2022-05-02 16:28:25 +02:00
..
rendering_device_vulkan.cpp Fix more issues found by cppcheck. 2022-04-20 10:34:00 +03:00
rendering_device_vulkan.h Style: Partially apply clang-tidy's cppcoreguidelines-pro-type-member-init 2022-05-02 16:28:25 +02:00
SCsub Fix build for macOS / iOS with the statically linked MoltenVK after VMA update. 2022-02-25 11:52:54 +02:00
vulkan_context.cpp Fix typos with codespell 2022-03-31 14:07:29 +02:00
vulkan_context.h Style: Partially apply clang-tidy's cppcoreguidelines-pro-type-member-init 2022-05-02 16:28:25 +02:00
vulkan_hooks.h Implementing OpenXR driver 2022-02-23 12:02:24 +01:00