Forráskód Böngészése

Example webgpu_instance_uniform: generate -> construct (#26336)

sunag 2 éve
szülő
commit
406ded42ac
1 módosított fájl, 2 hozzáadás és 2 törlés
  1. 2 2
      examples/webgpu_instance_uniform.html

+ 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;
 
 				}