UNPKG

playcanvas

Version:

Open-source WebGL/WebGPU 3D engine for the web

10 lines (8 loc) 170 B
var particle_endPS = ` rgb = addFog(rgb); rgb = toneMap(rgb); rgb = gammaCorrectOutput(rgb); gl_FragColor = vec4(rgb, a); } `; export { particle_endPS as default };