fireball/lib/renderers/shaders/ShaderChunk/dithering_fragment.glsl

6 lines
86 B
Plaintext
Raw Permalink Normal View History

2018-12-25 13:59:22 +00:00
#if defined( DITHERING )
gl_FragColor.rgb = dithering( gl_FragColor.rgb );
#endif