go-opengl-pixel/imdraw
Seebs c6e7a83467 Reduce copying in fillPolygon
A slice of points means copying every point into the slice, then
copying every point's data from the slice to TrianglesData. An
array of indicies lets the compiler make better choices.
2017-06-09 10:37:47 -05:00
..
imdraw.go Reduce copying in fillPolygon 2017-06-09 10:37:47 -05:00