MCPcopy Create free account
hub / github.com/emscripten-core/emscripten / test_gl_subdata

Method test_gl_subdata

test/test_browser.py:2217–2220  ·  view source on GitHub ↗
(self, args)

Source from the content-addressed store, hash-verified

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):

Callers

nothing calls this directly

Calls 2

reftestMethod · 0.95
webgl2_disabledFunction · 0.85

Tested by

no test coverage detected