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

12 lines
229 B
JavaScript

//This file is automatically rebuilt by the Cesium build process.
export default "/**\n\
* @name czm_depthRangeStruct\n\
* @glslStruct\n\
*/\n\
struct czm_depthRangeStruct\n\
{\n\
float near;\n\
float far;\n\
};\n\
";