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 083a11c commit 3a45a86Copy full SHA for 3a45a86
1 file changed
src/renderers/webgpu/utils/WebGPUBindingUtils.js
@@ -190,6 +190,8 @@ class WebGPUBindingUtils {
190
const array = binding.buffer; // cpu
191
const buffer = backend.get( binding ).buffer; // gpu
192
193
+ if ( buffer === undefined ) return; // see #33461
194
+
195
const updateRanges = binding.updateRanges;
196
197
if ( updateRanges.length === 0 ) {
0 commit comments