Skip to content
This repository was archived by the owner on Apr 30, 2020. It is now read-only.

Commit 0b5d9e8

Browse files
committed
switch table headers (DX12\Vulkan)
1 parent 9241c19 commit 0b5d9e8

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

CodeXL/Components/GpuProfiling/AMDTGpuProfiling/gpTraceSummaryTable.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -606,11 +606,11 @@ gpCommandListSummaryTable::gpCommandListSummaryTable(gpTraceDataContainer* pData
606606

607607
if (isDx12)
608608
{
609-
columnCaptions << GP_STR_SummaryTableCommandListHandle;
609+
columnCaptions << GP_STR_SummaryTableCommandListAddress;
610610
}
611611
else
612612
{
613-
columnCaptions << GP_STR_SummaryTableCommandListAddress;
613+
columnCaptions << GP_STR_SummaryTableCommandListHandle;
614614
}
615615

616616
initHeaders(columnCaptions, false);

0 commit comments

Comments
 (0)