()
| 297 | } |
| 298 | |
| 299 | set() { |
| 300 | if (this.value !== this._value) { |
| 301 | this._value = this.value; |
| 302 | this._gl.uniform1i(this._location, this.value); |
| 303 | } |
| 304 | } |
| 305 | } |
| 306 | |
| 307 | /////////////////////////////////////////////////////////////////////////// |
no outgoing calls
no test coverage detected