julien-c's picture
julien-c HF Staff
do not gitignore the builds
6cd9596
raw
history blame
120 Bytes
export default /* glsl */`
#if defined( TONE_MAPPING )
gl_FragColor.rgb = toneMapping( gl_FragColor.rgb );
#endif
`;