Detect and show sample mask failures in pixel history. Refs #296

This commit is contained in:
baldurk
2016-07-11 12:32:49 +02:00
parent e96cfa6282
commit 982273bbd3
5 changed files with 21 additions and 4 deletions
+2
View File
@@ -233,6 +233,8 @@ namespace renderdocui.Windows
{
string s = "";
if (mod.sampleMasked)
s += "\nMasked by SampleMask";
if (mod.backfaceCulled)
s += "\nBackface culled";
if (mod.depthClipped)