Fix Iter_Test

This commit is contained in:
baldurk
2020-06-01 21:53:33 +01:00
parent 4a5bd147e1
commit ae38a10299
+1
View File
@@ -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)