(reason)
| 958 | ); |
| 959 | } |
| 960 | switchKernels(reason) { |
| 961 | if (this.switchingKernels) { |
| 962 | this.switchingKernels.push(reason); |
| 963 | } else { |
| 964 | this.switchingKernels = [reason]; |
| 965 | } |
| 966 | } |
| 967 | getVariablePrecisionString(textureSize = this.texSize, tactic = this.tactic, isInt = false) { |
| 968 | if (!tactic) { |
| 969 | if (!this.constructor.features.isSpeedTacticSupported) return 'highp'; |
no outgoing calls
no test coverage detected