Browse Source

WebGLAttributes: Support onUploadCallback().

Mugen87 4 years ago
parent
commit
3092ff9625
1 changed files with 2 additions and 0 deletions
  1. 2 0
      examples/jsm/renderers/webgpu/WebGPUAttributes.js

+ 2 - 0
examples/jsm/renderers/webgpu/WebGPUAttributes.js

@@ -64,6 +64,8 @@ class WebGPUAttributes {
 
 		buffer.unmap();
 
+		attribute.onUploadCallback();
+
 		return {
 			version: attribute.version,
 			buffer: buffer