OpenGL rendering issue

Mikko Ronkainen mikoro at iki.fi
Sat Nov 23 14:41:40 PST 2013


Try moving

glGenVertexArrays(1, &vao);
glBindVertexArray(vao);

at the top.


More information about the Digitalmars-d-learn mailing list