Commit 2e53dde
authored
A couple of fixes to clCreateSemaphoreWithPropertiesKHR (#863)
- Remove an error case for CL_INVALID_VALUE. Invalid properties or
property values are already covered by CL_INVALID_PROPERTY.
- State clearly that CL_SEMAPHORE_TYPE_KHR must be pass when creating
a semaphore in the table describing the property. This was previously
just documented in the description for CL_INVALID_VALUE.
Signed-off-by: Kévin Petit <kpet@free.fr>
Signed-off-by: Kévin Petit <kpet@free.fr>1 parent a897dfb commit 2e53dde
1 file changed
Lines changed: 1 addition & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
256 | 256 | | |
257 | 257 | | |
258 | 258 | | |
259 | | - | |
| 259 | + | |
260 | 260 | | |
261 | 261 | | |
262 | 262 | | |
| |||
275 | 275 | | |
276 | 276 | | |
277 | 277 | | |
278 | | - | |
279 | 278 | | |
280 | 279 | | |
281 | 280 | | |
| |||
0 commit comments