fireball/lib/renderers/shaders/ShaderChunk/tonemapping_fragment.glsl

6 lines
91 B
Plaintext
Raw Permalink Normal View History

2018-12-25 13:59:22 +00:00
#if defined( TONE_MAPPING )
gl_FragColor.rgb = toneMapping( gl_FragColor.rgb );
#endif