ReprojectWebMercatorFS.js 248 B

12345678910
  1. //This file is automatically rebuilt by the Cesium build process.
  2. export default "uniform sampler2D u_texture;\n\
  3. \n\
  4. in vec2 v_textureCoordinates;\n\
  5. \n\
  6. void main()\n\
  7. {\n\
  8. out_FragColor = texture(u_texture, v_textureCoordinates);\n\
  9. }\n\
  10. ";