2
0
Эх сурвалжийг харах

Example webgpu_instance_uniform: generate -> construct (#26336)

sunag 2 жил өмнө
parent
commit
406ded42ac

+ 2 - 2
examples/webgpu_instance_uniform.html

@@ -60,9 +60,9 @@
 
 
 				}
 				}
 
 
-				generate( builder, output ) {
+				construct( /*builder*/ ) {
 
 
-					return this.uniformNode.build( builder, output );
+					return this.uniformNode;
 
 
 				}
 				}