[D3D12] Change RT in the title to something less ambiguous and more googlable

This commit is contained in:
Triang3l 2018-12-20 20:48:15 +03:00
parent adc0eb87f6
commit 090bf8e353
1 changed files with 1 additions and 1 deletions

View File

@ -649,7 +649,7 @@ std::wstring D3D12CommandProcessor::GetWindowTitleText() const {
return L"Direct3D 12 - ROV"; return L"Direct3D 12 - ROV";
} }
} else { } else {
return L"Direct3D 12 - RT"; return L"Direct3D 12 - RTV/DSV";
} }
} }