Searched refs:WEBGL_2_0 (Results 1 – 2 of 2) sorted by relevance
37 NExporter(env, exports), contextImpl_(WEBGL_2_0, this) {}; // 2 is WebGL2 in WebGL2RenderingContext()39 …explicit WebGL2RenderingContext() : WebGLRenderingContextBasicBase(), contextImpl_(WEBGL_2_0, this… in WebGL2RenderingContext()
33 enum : int { WEBGL_1_0 = 0, WEBGL_2_0 }; enumerator