shaderIndex property

int get shaderIndex

VisibleForTesting: This is the index one would use with FragmentShader.setFloat for this uniform.

Implementation

int get shaderIndex {
  return _shaderIndex;
}