Files
renderdoc/util/test/tests/Vulkan/VK_Descriptor_Variable_Count.py
T
baldurk 30ecf66cca Fix handling of variable descriptor counts to not allocate maximum size
* We previously ignored the variable descriptor size allowed by descriptor
  indexing,
2020-08-28 19:06:06 +01:00

14 lines
364 B
Python

import renderdoc as rd
import rdtest
class VK_Descriptor_Variable_Count(rdtest.TestCase):
demos_test_name = 'VK_Descriptor_Variable_Count'
def check_capture(self):
last_draw: rd.DrawcallDescription = self.get_last_draw()
self.controller.SetFrameEvent(last_draw.eventId, True)
self.check_triangle(out=last_draw.copyDestination)