summaryrefslogtreecommitdiff
path: root/include/OpenCL/cl_gl.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/OpenCL/cl_gl.h')
-rw-r--r--include/OpenCL/cl_gl.h18
1 files changed, 12 insertions, 6 deletions
diff --git a/include/OpenCL/cl_gl.h b/include/OpenCL/cl_gl.h
index 8d28293..032412e 100644
--- a/include/OpenCL/cl_gl.h
+++ b/include/OpenCL/cl_gl.h
@@ -87,14 +87,20 @@ clGetGLTextureInfo(cl_mem /* memobj */,
size_t * /* param_value_size_ret */) CL_API_SUFFIX__VERSION_1_0;
extern CL_API_ENTRY cl_int CL_API_CALL
-clAcquireGLObjects(cl_command_queue /* queue */,
- cl_uint /* num_objects */,
- const cl_mem * /*mem_objects */) CL_API_SUFFIX__VERSION_1_0;
+clEnqueueAcquireGLObjects(cl_command_queue /* command_queue */,
+ cl_uint /* num_objects */,
+ const cl_mem * /* mem_objects */,
+ cl_uint /* num_events_in_wait_list */,
+ const cl_event * /* event_wait_list */,
+ cl_event * /* event */) CL_API_SUFFIX__VERSION_1_0;
extern CL_API_ENTRY cl_int CL_API_CALL
-clReleaseGLObjects(cl_command_queue /* queue */,
- cl_uint /* num_objects */,
- const cl_mem * /* mem_objects */) CL_API_SUFFIX__VERSION_1_0;
+clEnqueueReleaseGLObjects(cl_command_queue /* command_queue */,
+ cl_uint /* num_objects */,
+ const cl_mem * /* mem_objects */,
+ cl_uint /* num_events_in_wait_list */,
+ const cl_event * /* event_wait_list */,
+ cl_event * /* event */) CL_API_SUFFIX__VERSION_1_0;
#ifdef __cplusplus
}