Newer
Older
casic-smartcity-well-front / static / Cesium / Shaders / Builtin / Structs / depthRangeStruct.glsl
[wangxitong] on 8 Jul 2021 117 bytes mars3d总览
/**
 * @name czm_depthRangeStruct
 * @glslStruct
 */
struct czm_depthRangeStruct
{
    float near;
    float far;
};