passOverlay.js 277 B

1234567891011
  1. //This file is automatically rebuilt by the Cesium build process.
  2. export default "/**\n\
  3. * The automatic GLSL constant for {@link Pass#OVERLAY}\n\
  4. *\n\
  5. * @name czm_passOverlay\n\
  6. * @glslConstant\n\
  7. *\n\
  8. * @see czm_pass\n\
  9. */\n\
  10. const float czm_passOverlay = 10.0;\n\
  11. ";