mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-08-26 16:36:31 +00:00
Explicitly note which modifications in pixel history are unavailable
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user