ditheringFragment top-level property
Implementation
String ditheringFragment = """
#ifdef DITHERING
gl_FragColor.rgb = dithering( gl_FragColor.rgb );
#endif
""";
String ditheringFragment = """
#ifdef DITHERING
gl_FragColor.rgb = dithering( gl_FragColor.rgb );
#endif
""";