Skip to content

Commit 4609015

Browse files
authored
clarify on comparability & uniqueness of handles (#802)
1 parent fe1590d commit 4609015

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

api/glossary.asciidoc

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -291,7 +291,10 @@ GL share group ::
291291

292292
Handle ::
293293
An opaque type that references an _object_ allocated by OpenCL.
294-
Any operation on an _object_ occurs by reference to that objects handle.
294+
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.
295298

296299
Happens before ::
297300
An ordering relationship between operations that execute on multiple

0 commit comments

Comments
 (0)