psychopy.tools.gltools.bindVBO

psychopy.tools.gltools.bindVBO(vbo)[source]

Bind a VBO to the current GL state.

Parameters:

vbo (VertexBufferInfo) – VBO descriptor to bind.

Returns:

True is the binding state was changed. Returns False if the state was not changed due to the buffer already being bound.

Return type:

bool


Back to top