mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-05-06 01:50:38 +00:00
Added test failure if fail to find the draw marker
This commit is contained in:
committed by
Baldur Karlsson
parent
fd99dc5097
commit
67e277717c
@@ -17,6 +17,8 @@ class GL_Entry_Points(rdtest.TestCase):
|
||||
|
||||
for test in expected.keys():
|
||||
marker: rd.DrawcallDescription = self.find_draw(test)
|
||||
if marker is None:
|
||||
raise rdtest.TestFailureException('Failed to find draw {}'.format(test))
|
||||
draw: rd.DrawcallDescription = marker.next
|
||||
|
||||
calls = []
|
||||
|
||||
Reference in New Issue
Block a user