We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8e0ce15 commit 1886e4bCopy full SHA for 1886e4b
src/renderers/webgl-fallback/WebGLBackend.js
@@ -1085,8 +1085,6 @@ class WebGLBackend extends Backend {
1085
1086
// Bindings
1087
1088
- this.createBindings( null, bindings );
1089
-
1090
this._setupBindings( bindings, programGPU );
1091
1092
const attributeNodes = computeProgram.attributes;
@@ -1158,8 +1156,6 @@ class WebGLBackend extends Backend {
1158
1156
1159
1157
updateBindings( bindGroup /*, bindings*/ ) {
1160
1161
- if ( bindGroup === null ) return;
1162
1163
const { gl } = this;
1164
1165
const bindGroupData = this.get( bindGroup );
0 commit comments