getHash method

dynamic getHash()

Implementation

getHash() {
  return this.vertexShader + this.fragmentShader;
}