fireball/lib/renderers/shaders/ShaderChunk/dithering_fragment.glsl
2018-12-25 17:29:22 +03:30

6 lines
86 B
GLSL

#if defined( DITHERING )
gl_FragColor.rgb = dithering( gl_FragColor.rgb );
#endif