Searched refs:vertexAttrBuf (Results 1 – 1 of 1) sorted by relevance
2057 GLuint vertexAttrBuf = 0; in renderWithContext() local2074 ctx.genBuffers(1, &vertexAttrBuf); in renderWithContext()2075 ctx.bindBuffer(GL_ARRAY_BUFFER, vertexAttrBuf); in renderWithContext()2136 if (vertexAttrBuf) in renderWithContext()2137 ctx.deleteBuffers(1, &vertexAttrBuf); in renderWithContext()