summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRhys Weatherley <rhys.weatherley@nokia.com>2010-06-21 11:40:35 +1000
committerRhys Weatherley <rhys.weatherley@nokia.com>2010-06-21 11:40:35 +1000
commit0ad06da5443241b9b7128deb30a086292e1c1ee2 (patch)
tree522d16cea772b043c538e4cc5035a8160a5f2357
parentd772e2b14f28508462dfc7df3cd87e860fc93571 (diff)
qdoc fixes
-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