Closed milcktoast closed 7 years ago
Is it planned to allow drawing multiple poly-lines with a single draw call? i.e. GL_LINES
GL_LINES
Yes, pass array to draw call as 'drawLine([a, b, c, ...])'. It will be released soon in npm.
Is it planned to allow drawing multiple poly-lines with a single draw call? i.e.
GL_LINES