mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-05-06 01:50:38 +00:00
Fix Iter_Test
This commit is contained in:
@@ -84,6 +84,7 @@ class Iter_Test(rdtest.TestCase):
|
||||
mesh.indexResourceId = ib.resourceId
|
||||
mesh.indexByteStride = draw.indexByteWidth
|
||||
mesh.indexByteOffset = ib.byteOffset + draw.indexOffset * draw.indexByteWidth
|
||||
mesh.indexByteSize = ib.byteSize
|
||||
mesh.baseVertex = draw.baseVertex
|
||||
|
||||
indices = rdtest.fetch_indices(self.controller, draw, mesh, 0, vtx, 1)
|
||||
|
||||
Reference in New Issue
Block a user