summaryrefslogtreecommitdiffstats
path: root/src/opencl/qclbuffer.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/opencl/qclbuffer.cpp')
-rw-r--r--src/opencl/qclbuffer.cpp8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/opencl/qclbuffer.cpp b/src/opencl/qclbuffer.cpp
index 784be58..7348969 100644
--- a/src/opencl/qclbuffer.cpp
+++ b/src/opencl/qclbuffer.cpp
@@ -749,6 +749,8 @@ QCLEvent QCLBuffer::copyToAsync
This function will block until the request finishes.
The request is executed on the active command queue for context().
+ This function is only supported in OpenCL 1.1 and higher.
+
\sa copyToRectAsync()
*/
bool QCLBuffer::copyToRect
@@ -794,6 +796,8 @@ bool QCLBuffer::copyToRect
This function will block until the request finishes.
The request is executed on the active command queue for context().
+ This function is only supported in OpenCL 1.1 and higher.
+
\sa copyToRectAsync()
*/
bool QCLBuffer::copyToRect
@@ -841,6 +845,8 @@ bool QCLBuffer::copyToRect
have been signaled as finished. The request is executed on
the active command queue for context().
+ This function is only supported in OpenCL 1.1 and higher.
+
\sa copyToRect()
*/
QCLEvent QCLBuffer::copyToRectAsync
@@ -885,6 +891,8 @@ QCLEvent QCLBuffer::copyToRectAsync
have been signaled as finished. The request is executed on
the active command queue for context().
+ This function is only supported in OpenCL 1.1 and higher.
+
\sa copyToRectAsync()
*/
QCLEvent QCLBuffer::copyToRectAsync