10 lines
117 B
GLSL
10 lines
117 B
GLSL
/**
|
|
* @name czm_depthRangeStruct
|
|
* @glslStruct
|
|
*/
|
|
struct czm_depthRangeStruct
|
|
{
|
|
float near;
|
|
float far;
|
|
};
|