6 lines
86 B
GLSL
6 lines
86 B
GLSL
#if defined( DITHERING )
|
|
|
|
gl_FragColor.rgb = dithering( gl_FragColor.rgb );
|
|
|
|
#endif
|