Make sure DSVs show up with their view parameters properly.

This commit is contained in:
baldurk
2016-09-28 15:51:54 +02:00
parent 4ccfe298f3
commit bfcfcd37b5
3 changed files with 21 additions and 4 deletions
+1 -1
View File
@@ -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 &&