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