mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-09-22 21:55:52 +00:00
Detect and show sample mask failures in pixel history. Refs #296
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user