Fix Draw_Zoo tests for strip restart index changes

This commit is contained in:
baldurk
2022-08-31 09:57:19 +01:00
parent b997bd2f16
commit 0fc35e966f
+1 -1
View File
@@ -65,7 +65,7 @@ class Draw_Zoo(rdtest.TestCase):
ib = self.pipe.GetIBuffer()
striprestart_index = self.pipe.GetStripRestartIndex() & ((1 << (ib.byteStride*8)) - 1)
striprestart_index = self.pipe.GetRestartIndex() & ((1 << (ib.byteStride*8)) - 1)
for v in range(num_verts):
if v in restarts: