Add test for mesh view - vertex picking and mesh rendering

This commit is contained in:
baldurk
2020-01-21 11:04:55 +00:00
parent 36e81aba5d
commit db0779e09b
13 changed files with 1294 additions and 0 deletions
+13
View File
@@ -0,0 +1,13 @@
import rdtest
import renderdoc as rd
class VK_Mesh_Zoo(rdtest.TestCase):
demos_test_name = 'VK_Mesh_Zoo'
def __init__(self):
rdtest.TestCase.__init__(self)
self.zoo_helper = rdtest.Mesh_Zoo()
def check_capture(self):
self.zoo_helper.check_capture(self.capture_filename, self.controller)