UNPKG

playcanvas

Version:

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

8 lines (6 loc) 144 B
var tonemappingLinearPS = ` fn toneMap(color: vec3f) -> vec3f { return color * getExposure(); } `; export { tonemappingLinearPS as default };