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