UNPKG

@cesium/engine

Version:

CesiumJS is a JavaScript library for creating 3D globes and 2D maps in a web browser without a plugin.

12 lines (11 loc) 229 B
//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\ ";