mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-05-29 21:30:53 +00:00
Add test for mesh view - vertex picking and mesh rendering
This commit is contained in:
@@ -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)
|
||||
Reference in New Issue
Block a user