ditheringFragment top-level constant

String const ditheringFragment

Implementation

const String ditheringFragment = """
#ifdef DITHERING

	gl_FragColor.rgb = dithering( gl_FragColor.rgb );

#endif
""";