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