passCompute.js 276 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#COMPUTE}\n\
  4. *\n\
  5. * @name czm_passCompute\n\
  6. * @glslConstant\n\
  7. *\n\
  8. * @see czm_pass\n\
  9. */\n\
  10. const float czm_passCompute = 1.0;\n\
  11. ";