Skip to content

Commit 0f55168

Browse files
committed
texture: remove setInternalFormat
1 parent 470db74 commit 0f55168

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

src/textures/Texture.js

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -300,14 +300,6 @@ Texture.prototype = Object.assign( Object.create( EventDispatcher.prototype ), {
300300

301301
return uv;
302302

303-
},
304-
305-
setInternalFormat: function ( internalFormat ) {
306-
307-
this.internalFormat = internalFormat;
308-
309-
return this;
310-
311303
}
312304

313305
} );

0 commit comments

Comments
 (0)