webgl2-core-extensions
Version:
list of extensions promoted to core in WebGL2
18 lines (17 loc) • 413 B
JavaScript
module.exports = [
'OES_element_index_uint',
'EXT_sRGB',
'EXT_blend_minmax',
'EXT_frag_depth',
'WEBGL_depth_texture',
'WEBKIT_WEBGL_depth_texture',
'EXT_shader_texture_lod',
'OES_standard_derivatives',
'OES_texture_float',
'OES_texture_half_float',
'OES_texture_half_float_linear',
'OES_vertex_array_object',
'WEBGL_draw_buffers',
'OES_fbo_render_mipmap',
'ANGLE_instanced_arrays'
]