ditheringFragment top-level property

String ditheringFragment
getter/setter pair

Implementation

String ditheringFragment = """
#ifdef DITHERING

	gl_FragColor.rgb = dithering( gl_FragColor.rgb );

#endif
""";