10 lines
185 B
Plaintext
10 lines
185 B
Plaintext
|
|
/**
|
||
|
|
* The automatic GLSL constant for {@link Pass#CLASSIFICATION}
|
||
|
|
*
|
||
|
|
* @name czm_passClassification
|
||
|
|
* @glslConstant
|
||
|
|
*
|
||
|
|
* @see czm_pass
|
||
|
|
*/
|
||
|
|
const float czm_passClassification = 7.0;
|