psychopy.tools.gltools.isComplete

psychopy.tools.gltools.isComplete()[source]

Check if the currently bound framebuffer is complete.

Returns:

True if the presently bound FBO is complete.

Return type:

bool


Back to top