Explicitly note which modifications in pixel history are unavailable

This commit is contained in:
baldurk
2020-07-16 20:39:25 +01:00
parent 9042aeab39
commit 08a3d05e71
4 changed files with 23 additions and 0 deletions
+5
View File
@@ -218,6 +218,11 @@ class Iter_Test(rdtest.TestCase):
lastmod = None
continue
if not mod.shaderOut.IsValid():
rdtest.log.print("This hit's shader out is not valid, looking for one that valid....")
lastmod = None
continue
break
if target == pipe.GetDepthTarget().resourceId: