dithering_fragment top-level property

String dithering_fragment
getter/setter pair

Implementation

String dithering_fragment = """
#ifdef DITHERING

	gl_FragColor.rgb = dithering( gl_FragColor.rgb );

#endif
""";