Skip to content

Commit f05a02d

Browse files
committed
fix
1 parent 58c4f4f commit f05a02d

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

examples/webgpu_compute_birds.html

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -412,8 +412,6 @@
412412

413413
} )().compute( BIRDS ).setName( 'Birds Velocity' );
414414

415-
console.log( computeVelocity );
416-
417415
computePosition = Fn( () => {
418416

419417
const { deltaTime } = effectController;

src/renderers/webgpu/WebGPUBackend.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1310,7 +1310,7 @@ class WebGPUBackend extends Backend {
13101310

13111311
}
13121312

1313-
1313+
// compute
13141314

13151315
/**
13161316
* This method is executed at the beginning of a compute call and

0 commit comments

Comments
 (0)