10 lines
164 B
Plaintext
10 lines
164 B
Plaintext
|
|
/**
|
||
|
|
* The automatic GLSL constant for {@link Pass#COMPUTE}
|
||
|
|
*
|
||
|
|
* @name czm_passCompute
|
||
|
|
* @glslConstant
|
||
|
|
*
|
||
|
|
* @see czm_pass
|
||
|
|
*/
|
||
|
|
const float czm_passCompute = 1.0;
|