Commit f465e4aa authored by Markus Wick's avatar Markus Wick
Browse files

gl_rasterizer: Fix StartAddress handling with indexed draw calls.

We uploaded the wrong data before. So the offset on the host GPU pointer may work for the first vertices, the last ones run out bounds.
Let's just offset the upload instead.
parent b33ce787
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment