godot/drivers/vulkan
Rémi Verschelde 3b11e33a09
clang-format: Disable alignment of operands, too unreliable
Sets `AlignOperands` to `DontAlign`.

`clang-format` developers seem to mostly care about space-based indentation and
every other version of clang-format breaks the bad mismatch of tabs and spaces
that it seems to use for operand alignment. So it's better without, so that it
respects our two-tabs `ContinuationIndentWidth`.
2021-10-28 15:19:35 +02:00
..
rendering_device_vulkan.cpp clang-format: Disable alignment of operands, too unreliable 2021-10-28 15:19:35 +02:00
rendering_device_vulkan.h Merge pull request #51604 from TechnoPorg/fix-vulkan-parent-material 2021-09-12 01:00:30 +02:00
SCsub Upgrade Vulkan memory allocator 2021-08-13 00:05:41 +02:00
vulkan_context.cpp clang-format: Disable alignment of operands, too unreliable 2021-10-28 15:19:35 +02:00
vulkan_context.h Print the Vulkan API version and device used on the same line 2021-09-14 18:32:27 +02:00