UNPKG

playcanvas

Version:

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

12 lines (11 loc) 179 B
var tonemappingLinear_default = ( /* wgsl */ ` fn toneMap(color: vec3f) -> vec3f { return color * getExposure(); } ` ); export { tonemappingLinear_default as default };