Browse Source

WebGLAttributes: Support onUploadCallback().

Mugen87 4 năm trước cách đây
mục cha
commit
3092ff9625
1 tập tin đã thay đổi với 2 bổ sung0 xóa
  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