dithering_fragment.glsl.js 107 字节 编辑Web IDE 1 2 3 4 5 6 7 export default /* glsl */` #ifdef DITHERING gl_FragColor.rgb = dithering( gl_FragColor.rgb ); #endif `;