psychopy.tools.gltools.validateProgramARB

psychopy.tools.gltools.validateProgramARB(program)[source]

Check if the program can execute given the current OpenGL state. If validation fails, information from the driver is dumped giving the reason.

Parameters:

program (int) – Handle of program object to validate. Must have originated from a createProgramObjectARB() or glCreateProgramObjectARB call.


Back to top