Destructor.
| 56 | |
| 57 | /// Destructor. |
| 58 | virtual ~Program() { } |
| 59 | |
| 60 | /// Builds the OpenCL program. |
| 61 | /// Uses either the source or the content of the .cl file given to one of the constructors |
nothing calls this directly
no outgoing calls
no test coverage detected