We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fe1590d commit 4609015Copy full SHA for 4609015
1 file changed
api/glossary.asciidoc
@@ -291,7 +291,10 @@ GL share group ::
291
292
Handle ::
293
An opaque type that references an _object_ allocated by OpenCL.
294
- Any operation on an _object_ occurs by reference to that objects handle.
+ Any operation on an _object_ occurs by reference to that object's handle.
295
+ Each object must have a unique handle value during the course of its
296
+ lifetime. Handle values may be, but are not required to be, re-used by
297
+ an implementation.
298
299
Happens before ::
300
An ordering relationship between operations that execute on multiple
0 commit comments