aboutsummaryrefslogtreecommitdiff
path: root/arm_compute/core/GLES_COMPUTE
diff options
context:
space:
mode:
Diffstat (limited to 'arm_compute/core/GLES_COMPUTE')
-rw-r--r--arm_compute/core/GLES_COMPUTE/GCKernelLibrary.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/arm_compute/core/GLES_COMPUTE/GCKernelLibrary.h b/arm_compute/core/GLES_COMPUTE/GCKernelLibrary.h
index 9a5376c876..db2d979156 100644
--- a/arm_compute/core/GLES_COMPUTE/GCKernelLibrary.h
+++ b/arm_compute/core/GLES_COMPUTE/GCKernelLibrary.h
@@ -103,6 +103,9 @@ public:
* @param[in] program Built program.
*/
GCKernel(std::string name, GLuint program);
+ /** Destructor.
+ */
+ ~GCKernel();
/** Returns kernel name.
*
* @return Kernel's name.