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()[source]
vispy.gloo.gl.tests.test_basics.test_basics_desktop()[source]

Test desktop GL backend for basic functionality.

vispy.gloo.gl.tests.test_basics.test_basics_pypengl()[source]

Test pyopengl GL backend for basic functionality.

vispy.gloo.gl.tests.test_basics.test_functionality_es2()[source]

Test es2 GL backend for basic functionality.

vispy.gloo.gl.tests.test_basics.test_functionality_proxy()[source]

Test GL proxy class for basic functionality.