Skip to content

Commit b8c398a

Browse files
committed
fix
1 parent db8ea42 commit b8c398a

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
@@ -1297,7 +1297,7 @@ class WebGPUBackend extends Backend {
12971297

12981298
}
12991299

1300-
1300+
// compute
13011301

13021302
/**
13031303
* This method is executed at the beginning of a compute call and

0 commit comments

Comments
 (0)