tonemapping_fragment top-level property
Implementation
String tonemapping_fragment = """
#if defined( TONE_MAPPING )
gl_FragColor.rgb = toneMapping( gl_FragColor.rgb );
#endif
""";
String tonemapping_fragment = """
#if defined( TONE_MAPPING )
gl_FragColor.rgb = toneMapping( gl_FragColor.rgb );
#endif
""";