diff --git a/sample/particles/main.ts b/sample/particles/main.ts index afe308ae..ee1f9d18 100644 --- a/sample/particles/main.ts +++ b/sample/particles/main.ts @@ -327,7 +327,7 @@ const simulationParams = { const simulationUBOBufferSize = 1 * 4 + // deltaTime 1 * 4 + // brightnessFactor - 3 * 4 + // padding + 2 * 4 + // padding 4 * 4 + // seed 0; const simulationUBOBuffer = device.createBuffer({ @@ -411,7 +411,6 @@ function frame() { simulationParams.simulate ? simulationParams.deltaTime : 0.0, simulationParams.brightnessFactor, 0.0, - 0.0, 0.0, // padding Math.random() * 100, Math.random() * 100, // seed.xy