34935-vm/assets/cesium/packages/engine/Source/Shaders/ReprojectWebMercatorFS.js
Flatlogic Bot 055d24df95 WORKING
2025-10-14 02:37:44 +00:00

11 lines
248 B
JavaScript

//This file is automatically rebuilt by the Cesium build process.
export default "uniform sampler2D u_texture;\n\
\n\
in vec2 v_textureCoordinates;\n\
\n\
void main()\n\
{\n\
out_FragColor = texture(u_texture, v_textureCoordinates);\n\
}\n\
";