|
@@ -170,7 +170,7 @@ class WebGLTextureUtils {
|
|
|
|
|
|
|
|
if ( gl[ internalFormatName ] !== undefined ) return gl[ internalFormatName ];
|
|
if ( gl[ internalFormatName ] !== undefined ) return gl[ internalFormatName ];
|
|
|
|
|
|
|
|
- warn( 'WebGLRenderer: Attempt to use non-existing WebGL internal format \'' + internalFormatName + '\'' );
|
|
|
|
|
|
|
+ warn( 'WebGLBackend: Attempt to use non-existing WebGL internal format \'' + internalFormatName + '\'' );
|
|
|
|
|
|
|
|
}
|
|
}
|
|
|
|
|
|
|
@@ -541,7 +541,7 @@ class WebGLTextureUtils {
|
|
|
|
|
|
|
|
} else {
|
|
} else {
|
|
|
|
|
|
|
|
- warn( 'WebGLRenderer: Attempt to load unsupported compressed texture format in .uploadTexture()' );
|
|
|
|
|
|
|
+ warn( 'WebGLBackend: Attempt to load unsupported compressed texture format in .uploadTexture()' );
|
|
|
|
|
|
|
|
}
|
|
}
|
|
|
|
|
|
|
@@ -559,7 +559,7 @@ class WebGLTextureUtils {
|
|
|
|
|
|
|
|
} else {
|
|
} else {
|
|
|
|
|
|
|
|
- warn( 'Unsupported compressed texture format' );
|
|
|
|
|
|
|
+ warn( 'WebGLBackend: Unsupported compressed texture format' );
|
|
|
|
|
|
|
|
}
|
|
}
|
|
|
|
|
|