twixuss

Results 1 comments of twixuss

I assume `vertices` is an array of 3 floats, so you need to pass `sizeof(float)*3` into vertex stride when creating TriangleVertexArray. I looked at the source code and it uses...