6 lines
91 B
GLSL
6 lines
91 B
GLSL
#if defined( TONE_MAPPING )
|
|
|
|
gl_FragColor.rgb = toneMapping( gl_FragColor.rgb );
|
|
|
|
#endif
|