mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-09-20 20:55:42 +00:00
Make sure DSVs show up with their view parameters properly.
This commit is contained in:
@@ -58,7 +58,7 @@ struct ResourceFormat
|
||||
bool operator==(const ResourceFormat &r) const
|
||||
{
|
||||
if(special || r.special)
|
||||
return special == r.special && specialFormat == r.specialFormat;
|
||||
return special == r.special && specialFormat == r.specialFormat && compType == r.compType;
|
||||
|
||||
return compCount == r.compCount && compByteWidth == r.compByteWidth && compType == r.compType &&
|
||||
bgraOrder == r.bgraOrder && srgbCorrected == r.srgbCorrected;
|
||||
|
||||
Reference in New Issue
Block a user