google / node-gles

Apache License 2.0
323 stars 31 forks source link

Testing WebGL with some CI #60

Open munrocket opened 5 years ago

munrocket commented 5 years ago

I find that puppeter in headless mode not support this list of extension:

WebGL:
EXT_disjoint_timer_query
EXT_frag_depth
EXT_shader_texture_lod
EXT_sRGB
WEBGL_compressed_texture_s3tc_srgb

WebGL2:
EXT_disjoint_timer_query_webgl2
WEBGL_compressed_texture_s3tc_srgb

Can I use node-gles for testing webgl code with some CI? As I understand your package supported some of them.