Skip to content

Commit 3a4c880

Browse files
committed
-add ext WEBGL_compressed_texture_etc
1 parent e5bf81d commit 3a4c880

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/twgl.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -217,6 +217,7 @@ const supportedExtensions = [
217217
'WEBGL_color_buffer_float',
218218
'WEBGL_compressed_texture_atc',
219219
'WEBGL_compressed_texture_etc1',
220+
'WEBGL_compressed_texture_etc',
220221
'WEBGL_compressed_texture_pvrtc',
221222
'WEBGL_compressed_texture_s3tc',
222223
'WEBGL_compressed_texture_s3tc_srgb',

0 commit comments

Comments
 (0)