mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-05-29 13:20:54 +00:00
41e9f3c426
* For stressing memory overhead in buffer initial states
14 lines
354 B
Python
14 lines
354 B
Python
import renderdoc as rd
|
|
import rdtest
|
|
|
|
|
|
class D3D12_Memory_Overlap(rdtest.TestCase):
|
|
demos_test_name = 'D3D12_Memory_Overlap'
|
|
|
|
def check_capture(self):
|
|
last_action: rd.ActionDescription = self.get_last_action()
|
|
|
|
self.controller.SetFrameEvent(last_action.eventId, True)
|
|
|
|
self.check_triangle(out=last_action.copyDestination)
|