mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-08-26 08:26:50 +00:00
Tweaked test success message for new D3D12 EI test
This commit is contained in:
@@ -42,7 +42,7 @@ class D3D12_Execute_Indirect(rdtest.TestCase):
|
||||
raise rdtest.TestFailureException(
|
||||
f"With event {action.eventId + drawNum} selected we should have one output target but there is {len(pipe.GetOutputTargets())}")
|
||||
self.check_pixel_history_succeeds()
|
||||
rdtest.log.success("Fully used argument buffer with multiple draws replayed")
|
||||
rdtest.log.success("Draw without Root Signature replayed correctly");
|
||||
|
||||
from_eid = self.find_action("Multiple draws").eventId
|
||||
ei_eid = self.find_action("ExecuteIndirect", from_eid).eventId
|
||||
|
||||
Reference in New Issue
Block a user