You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-23 15:16:17 +00:00
clang-format: Various fixes to comments alignment from clang-format 13
All reviewed manually and occasionally rewritten to avoid bad auto formatting.
This commit is contained in:
@@ -631,10 +631,10 @@ Error VulkanContext::_create_physical_device() {
|
||||
}
|
||||
|
||||
/*
|
||||
* This is info for a temp callback to use during CreateInstance.
|
||||
* After the instance is created, we use the instance-based
|
||||
* function to register the final callback.
|
||||
*/
|
||||
* This is info for a temp callback to use during CreateInstance.
|
||||
* After the instance is created, we use the instance-based
|
||||
* function to register the final callback.
|
||||
*/
|
||||
VkDebugUtilsMessengerCreateInfoEXT dbg_messenger_create_info;
|
||||
VkDebugReportCallbackCreateInfoEXT dbg_report_callback_create_info{};
|
||||
if (enabled_debug_utils) {
|
||||
|
||||
Reference in New Issue
Block a user