Method GL.GLSLUtils.GLSLProgram()->add_vertex_buffer()


Method add_vertex_buffer

void add_vertex_buffer(VertexBuffer vbo)

Description

Add all vertex attributes defined in the VertexBuffer vbo. This is equivalent to calling vertex_pointer once for each attribute (with the difference that stride, size and offset are calculated automatically for you)