|
|
@@ -1085,8 +1085,6 @@ class WebGLBackend extends Backend {
|
|
|
|
|
|
// Bindings
|
|
|
|
|
|
- this.createBindings( null, bindings );
|
|
|
-
|
|
|
this._setupBindings( bindings, programGPU );
|
|
|
|
|
|
const attributeNodes = computeProgram.attributes;
|
|
|
@@ -1158,8 +1156,6 @@ class WebGLBackend extends Backend {
|
|
|
|
|
|
updateBindings( bindGroup /*, bindings*/ ) {
|
|
|
|
|
|
- if ( bindGroup === null ) return;
|
|
|
-
|
|
|
const { gl } = this;
|
|
|
|
|
|
const bindGroupData = this.get( bindGroup );
|