DSDSWeb/static/js/Cesium-1.53/Source/Shaders/Builtin/Structs/depthRangeStruct.js

14 lines
266 B
JavaScript
Raw Normal View History

2024-07-11 18:02:47 +08:00
//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\
";
});