[D3D12] Change RT in the title to something less ambiguous and more googlable
This commit is contained in:
parent
adc0eb87f6
commit
090bf8e353
|
@ -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";
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue