You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

9 lines
188 B
JavaScript

//This file is automatically rebuilt by the Cesium build process.
export default "varying vec4 v_color;\n\
\n\
void main()\n\
{\n\
gl_FragColor = czm_gammaCorrect(v_color);\n\
}\n\
";