Skip to content

Commit 2a34c12

Browse files
committed
clang format
1 parent cbcccf5 commit 2a34c12

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

framework/decode/vulkan_replay_dump_resources_delegate.cpp

+3-2
Original file line numberDiff line numberDiff line change
@@ -1272,7 +1272,7 @@ void DefaultVulkanDumpResourcesDelegate::GenerateOutputJsonDispatchInfo(const Vu
12721272
!options_.dump_resources_json_per_command ? current_block["dispatchCommands"] : dump_json_.GetData();
12731273

12741274
static uint64_t unique_json_entry = 0;
1275-
auto& dispatch_json_entry =
1275+
auto& dispatch_json_entry =
12761276
!options_.dump_resources_json_per_command ? dispatch_json_entries[unique_json_entry++] : dump_json_.GetData();
12771277

12781278
dispatch_json_entry["dispatchIndex"] = draw_call_info.cmd_index;
@@ -1737,7 +1737,8 @@ void DefaultVulkanDumpResourcesDelegate::GenerateOutputJsonTraceRaysIndex(const
17371737
}
17381738

17391739
static uint64_t unique_json_entry = 0;
1740-
auto& tr_entry = !options_.dump_resources_json_per_command ? tr_json_entries[unique_json_entry++] : dump_json_.GetData();
1740+
auto& tr_entry =
1741+
!options_.dump_resources_json_per_command ? tr_json_entries[unique_json_entry++] : dump_json_.GetData();
17411742

17421743
tr_entry["traceRaysIndex"] = draw_call_info.cmd_index;
17431744
tr_entry["beginCommandBufferIndex"] = draw_call_info.bcb_index;

0 commit comments

Comments
 (0)