vispy.gloo.gl.tests.test_basics module#

Test to verify some basic functionality of our OpenGL API. We cover much more in the test_functionality. Together, these two tests should touch all ES 2.0 API calls.

The only exception is glCompressedTexImage2D and glCompressedTexSubImage2D.

vispy.gloo.gl.tests.test_basics.teardown_module()#
vispy.gloo.gl.tests.test_basics.test_basics_desktop()#

Test desktop GL backend for basic functionality.

vispy.gloo.gl.tests.test_basics.test_basics_pypengl()#

Test pyopengl GL backend for basic functionality.

vispy.gloo.gl.tests.test_basics.test_functionality_es2()#

Test es2 GL backend for basic functionality.

vispy.gloo.gl.tests.test_basics.test_functionality_proxy()#

Test GL proxy class for basic functionality.