Explorar el Código

WebGLAttributes: Support onUploadCallback().

Mugen87 hace 5 años
padre
commit
3092ff9625
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  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