Feb. 22, 2023
4:36 p.m.
On Mon Feb 20 23:30:48 2023 +0000, Zebediah Figura wrote: > Is it faster to use an indexed draw here? (Or at least not slower, I > guess). I guess it probably takes up less space for triangle fans, at > least, so it's probably a good idea nonethelesss... I'm using indexed draws for 2 reasons : 1. less space for fans indeed 2. letting the gpu know it is exactly the same vertice, therefore avoiding any visual artifacts. -- https://gitlab.winehq.org/wine/wine/-/merge_requests/2105#note_25170