vispy.gloo.gl.tests.test_names module#
Tests to verify that all ES 2.0 function names are defined in all backends, and no more than that.
- vispy.gloo.gl.tests.test_names.teardown_module()#
- vispy.gloo.gl.tests.test_names.test_destop()#
Desktop backend should have all ES 2.0 names. No more, no less.
- vispy.gloo.gl.tests.test_names.test_es2()#
es2 backend should have all ES 2.0 names. No more, no less.
- vispy.gloo.gl.tests.test_names.test_glplus()#
Run glplus, check that mo names, set back, check exact set of names.
- vispy.gloo.gl.tests.test_names.test_main()#
Main gl namespace should have all ES 2.0 names. No more, no less.
- vispy.gloo.gl.tests.test_names.test_proxy()#
Glproxy class should have all ES 2.0 names. No more, no less.
- vispy.gloo.gl.tests.test_names.test_pyopengl()#
Pyopengl backend should have all ES 2.0 names. No more, no less.