Newer
Older
casic-smartcity-well-front / static / Cesium / Shaders / Builtin / Structs / depthRangeStruct.js
[wangxitong] on 8 Jul 2021 229 bytes mars3d总览
//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\
";