aboutsummaryrefslogtreecommitdiff
path: root/arm_compute/core/CL/OpenCL.h
diff options
context:
space:
mode:
Diffstat (limited to 'arm_compute/core/CL/OpenCL.h')
-rw-r--r--arm_compute/core/CL/OpenCL.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/arm_compute/core/CL/OpenCL.h b/arm_compute/core/CL/OpenCL.h
index b87cc67b72..72cbb3d2b2 100644
--- a/arm_compute/core/CL/OpenCL.h
+++ b/arm_compute/core/CL/OpenCL.h
@@ -134,6 +134,7 @@ public:
DECLARE_FUNCTION_PTR(clEnqueueSVMUnmap);
DECLARE_FUNCTION_PTR(clEnqueueMarker);
DECLARE_FUNCTION_PTR(clWaitForEvents);
+ DECLARE_FUNCTION_PTR(clCreateImage);
// Third-party extensions
DECLARE_FUNCTION_PTR(clImportMemoryARM);