Home | History | Annotate | Download | only in core

Lines Matching refs:vbo

33 // VBO attachment keys
71 vbo(0),
952 const VertexFrame* vbo,
961 if (vbo) {
969 attrib.vbo = vbo->GetVboId();
1081 } else if (attrib.vbo) {
1082 // Bind VBO and set attribute
1083 glBindBuffer(GL_ARRAY_BUFFER, attrib.vbo);