You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We believe that some implementations would benefit (when robust buffer access isn't available) from being able to discard indexed draws that have out of bounds values in the index buffer. Assuming we eventually have a debug mode, we could still alert the user that the draw call was discarded.
Here is one potential implementation we believe would benefit from being able to discard these calls: Google doc