From ae38a102997cdb1f720f90d118b5456ea2a540df Mon Sep 17 00:00:00 2001 From: baldurk Date: Mon, 1 Jun 2020 21:53:33 +0100 Subject: [PATCH] Fix Iter_Test --- util/test/tests/Iter_Test.py | 1 + 1 file changed, 1 insertion(+) diff --git a/util/test/tests/Iter_Test.py b/util/test/tests/Iter_Test.py index 6edca8705..0041cd75f 100644 --- a/util/test/tests/Iter_Test.py +++ b/util/test/tests/Iter_Test.py @@ -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)