|
@@ -61,7 +61,8 @@ function WebGLExtensions( gl ) {
|
|
|
'OES_texture_half_float_linear',
|
|
|
'OES_element_index_uint',
|
|
|
'OES_standard_derivatives',
|
|
|
- 'EXT_frag_depth' ].indexOf( name ) >= 0 ) {
|
|
|
+ 'EXT_frag_depth',
|
|
|
+ 'EXT_shader_texture_lod' ].indexOf( name ) >= 0 ) {
|
|
|
|
|
|
extension = gl;
|
|
|
|