depthRangeStruct.js 229 B

1234567891011
  1. //This file is automatically rebuilt by the Cesium build process.
  2. export default "/**\n\
  3. * @name czm_depthRangeStruct\n\
  4. * @glslStruct\n\
  5. */\n\
  6. struct czm_depthRangeStruct\n\
  7. {\n\
  8. float near;\n\
  9. float far;\n\
  10. };\n\
  11. ";