psychopy.tools.gltools.deleteVAO

psychopy.tools.gltools.deleteVAO(vao)[source]

Delete a Vertex Array Object (VAO). This does not delete array buffers bound to the VAO.

Parameters:

vao (VertexArrayInfo) – VAO to delete. All fields in the descriptor except userData will be reset.


Back to top