14 lines
266 B
JavaScript
14 lines
266 B
JavaScript
|
|
//This file is automatically rebuilt by the Cesium build process.
|
||
|
|
define(function() {
|
||
|
|
'use strict';
|
||
|
|
return "/**\n\
|
||
|
|
* @name czm_depthRangeStruct\n\
|
||
|
|
* @glslStruct\n\
|
||
|
|
*/\n\
|
||
|
|
struct czm_depthRangeStruct\n\
|
||
|
|
{\n\
|
||
|
|
float near;\n\
|
||
|
|
float far;\n\
|
||
|
|
};\n\
|
||
|
|
";
|
||
|
|
});
|