commit | 5f8c62e45d8771c815d57eb3364cd0a2cbfc0f98 | [log] [tgz] |
---|---|---|
author | Henri Verbeet <hverbeet@codeweavers.com> | Wed Jan 07 09:00:55 2009 +0100 |
committer | Alexandre Julliard <julliard@winehq.org> | Wed Jan 07 12:22:12 2009 +0100 |
tree | 28ef5da6fb3b3dea3ec10a702947a337f0e949e2 | |
parent | 46eabd5b16f5c868fae3c41b0585561e0dc38ec1 [diff] |
wined3d: Remove a redundant parameter to drawPrimitive(). startIdx should be the first index to draw, either from the vertex array or the index array, depending on if the draw is indexed or not. Having both at the same time wouldn't make sense.