psychopy.tools.gltools.unbindTexture

psychopy.tools.gltools.unbindTexture(texture=None)[source]

Unbind a texture.

Parameters:

texture (TexImage2D) – Texture descriptor to unbind.


Back to top