/**
 * Re-exports pure implementation and applies runtime side effects.
 * Import computeShaderParticleSystem.pure for tree-shakeable, side-effect-free usage.
 */
export * from "./computeShaderParticleSystem.pure.js";
import "../ShadersWGSL/gpuUpdateParticles.compute.js";
