go-opengl-pixel/imdraw
Seebs 918031892a smaller imdraw optimizations
For polyline, don't compute each normal twice; when we're going through a line,
the "next" normal for segment N is always the "previous" normal for segment
N+1, and we can compute fewer of them.
2017-06-09 10:37:47 -05:00
..
imdraw.go smaller imdraw optimizations 2017-06-09 10:37:47 -05:00