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