Skip to content

Commit d9064f7

Browse files
committed
Make WEBKIT_WEBGL_compressed_texture_pvrtc default enabled if present (https://groups.google.com/d/msg/emscripten-discuss/hTbUYDeh_U8/VSIc0KYcBQAJ)
1 parent 8c5aee7 commit d9064f7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/library_gl.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -652,9 +652,9 @@ var LibraryGL = {
652652
"OES_vertex_array_object", "WEBGL_compressed_texture_s3tc", "WEBGL_depth_texture",
653653
"OES_element_index_uint", "EXT_texture_filter_anisotropic", "ANGLE_instanced_arrays",
654654
"OES_texture_float_linear", "OES_texture_half_float_linear", "WEBGL_compressed_texture_atc",
655-
"WEBGL_compressed_texture_pvrtc", "EXT_color_buffer_half_float", "WEBGL_color_buffer_float",
656-
"EXT_frag_depth", "EXT_sRGB", "WEBGL_draw_buffers", "WEBGL_shared_resources",
657-
"EXT_shader_texture_lod", "EXT_color_buffer_float"];
655+
"WEBKIT_WEBGL_compressed_texture_pvrtc", "WEBGL_compressed_texture_pvrtc",
656+
"EXT_color_buffer_half_float", "WEBGL_color_buffer_float", "EXT_frag_depth", "EXT_sRGB",
657+
"WEBGL_draw_buffers", "WEBGL_shared_resources", "EXT_shader_texture_lod", "EXT_color_buffer_float"];
658658

659659
function shouldEnableAutomatically(extension) {
660660
var ret = false;

0 commit comments

Comments
 (0)