File size: 115 Bytes
6cd9596
 
 
 
 
 
 
1
2
3
4
5
6
7
8
export default /* glsl */`
#if defined( DITHERING )

	gl_FragColor.rgb = dithering( gl_FragColor.rgb );

#endif
`;