Is this op supported by the legacy shader text generator?
| 246 | |
| 247 | // Is this op supported by the legacy shader text generator? |
| 248 | virtual bool supportedByLegacyShader() const { return true; } |
| 249 | |
| 250 | // Create & add the gpu shader information needed by the op. Op has to be finalized. |
| 251 | virtual void extractGpuShaderInfo(GpuShaderCreatorRcPtr & shaderCreator) const = 0; |
no outgoing calls