Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
rebind instance data buffer if index offset changes
Fix case of drawing different offsets of indices of same vertex buffer using same instance data. This can happen in the case of conditionally drawing subsets of vertex buffer stored in different offsets of the same index buffer while re-using non-transient instance buffers.
- Loading branch information