mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-08-28 09:26:52 +00:00
Make sure DSVs show up with their view parameters properly.
This commit is contained in:
@@ -180,7 +180,7 @@ namespace renderdoc
|
||||
if ((object)y == null) return (object)x == null;
|
||||
|
||||
if (x.special || y.special)
|
||||
return x.special == y.special && x.specialFormat == y.specialFormat;
|
||||
return x.special == y.special && x.specialFormat == y.specialFormat && x.compType == y.compType;
|
||||
|
||||
return x.compCount == y.compCount &&
|
||||
x.compByteWidth == y.compByteWidth &&
|
||||
|
||||
Reference in New Issue
Block a user