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