File tree 1 file changed +3
-2
lines changed
1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -1272,7 +1272,7 @@ void DefaultVulkanDumpResourcesDelegate::GenerateOutputJsonDispatchInfo(const Vu
1272
1272
!options_.dump_resources_json_per_command ? current_block[" dispatchCommands" ] : dump_json_.GetData ();
1273
1273
1274
1274
static uint64_t unique_json_entry = 0 ;
1275
- auto & dispatch_json_entry =
1275
+ auto & dispatch_json_entry =
1276
1276
!options_.dump_resources_json_per_command ? dispatch_json_entries[unique_json_entry++] : dump_json_.GetData ();
1277
1277
1278
1278
dispatch_json_entry[" dispatchIndex" ] = draw_call_info.cmd_index ;
@@ -1737,7 +1737,8 @@ void DefaultVulkanDumpResourcesDelegate::GenerateOutputJsonTraceRaysIndex(const
1737
1737
}
1738
1738
1739
1739
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 ();
1741
1742
1742
1743
tr_entry[" traceRaysIndex" ] = draw_call_info.cmd_index ;
1743
1744
tr_entry[" beginCommandBufferIndex" ] = draw_call_info.bcb_index ;
You can’t perform that action at this time.
0 commit comments