(self, args)
| 2215 | 'es2_tracing': (['-sMIN_WEBGL_VERSION=2', '-sFULL_ES2', '-sWEBGL2_BACKWARDS_COMPATIBILITY_EMULATION', '-sTRACE_WEBGL_CALLS'],), |
| 2216 | }) |
| 2217 | def test_gl_subdata(self, args): |
| 2218 | if '-sMIN_WEBGL_VERSION=2' in args and webgl2_disabled(): |
| 2219 | self.skipTest('This test requires WebGL2 to be available') |
| 2220 | self.reftest('test_gl_subdata.c', 'test_gl_float_tex.png', cflags=['-lGL', '-lglut'] + args) |
| 2221 | |
| 2222 | @requires_graphics_hardware |
| 2223 | def test_gl_perspective(self): |
nothing calls this directly
no test coverage detected