* * @param {Kernel} kernel * @param {GPUVariableType[]} argumentTypes * @abstract
(kernel, argumentTypes)
| 895 | * @abstract |
| 896 | */ |
| 897 | static getSignature(kernel, argumentTypes) { |
| 898 | throw new Error(`"getSignature" not implemented on ${ this.name }`); |
| 899 | } |
| 900 | |
| 901 | /** |
| 902 | * |
no outgoing calls
no test coverage detected