mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-08-23 15:06:32 +00:00
Force texture format to typed one for pixel history.
This commit is contained in:
@@ -3482,6 +3482,7 @@ vector<PixelModification> D3D11DebugManager::PixelHistory(uint32_t frameID, vect
|
||||
return history;
|
||||
|
||||
details.texFmt = GetNonSRGBFormat(details.texFmt);
|
||||
details.texFmt = GetTypedFormat(details.texFmt);
|
||||
|
||||
SCOPED_TIMER("D3D11DebugManager::PixelHistory");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user