tonemappingFragment top-level constant

String const tonemappingFragment

Implementation

const String tonemappingFragment = """
#if defined( TONE_MAPPING )

	gl_FragColor.rgb = toneMapping( gl_FragColor.rgb );

#endif
""";