1
0
forked from Rowland/EG
EG/Cesium-1.132/packages/engine/Source/Shaders/Builtin/Constants/passTranslucent.js
2025-08-25 17:48:13 +08:00

12 lines
288 B
JavaScript

//This file is automatically rebuilt by the Cesium build process.
export default "/**\n\
* The automatic GLSL constant for {@link Pass#TRANSLUCENT}\n\
*\n\
* @name czm_passTranslucent\n\
* @glslConstant\n\
*\n\
* @see czm_pass\n\
*/\n\
const float czm_passTranslucent = 8.0;\n\
";