File size: 120 Bytes
6cd9596
 
 
 
 
 
 
1
2
3
4
5
6
7
8
export default /* glsl */`
#if defined( TONE_MAPPING )

	gl_FragColor.rgb = toneMapping( gl_FragColor.rgb );

#endif
`;