Skip to content

Commit 4eab478

Browse files
committed
Add missing clInitLayerWithProperties return type
In PR KhronosGroup#1350 which added the `clInitLayerWithProperties` entry-point to cl_loader_layers the `cl_int` return type was missing from the entry-point declaration snippets.
1 parent b28f82a commit 4eab478

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

extensions/cl_loader_layers.asciidoc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@ strategies for backward and forward compatibility.
5959

6060
[source,opencl]
6161
----
62+
cl_int
6263
clInitLayerWithProperties(cl_uint num_entries,
6364
const cl_icd_dispatch *target_dispatch,
6465
cl_uint *num_entries_ret,
@@ -216,6 +217,7 @@ If they require deinitialization, layers that support
216217

217218
[source,opencl]
218219
----
220+
cl_int
219221
clInitLayerWithProperties(cl_uint num_entries,
220222
const cl_icd_dispatch *target_dispatch,
221223
cl_uint *num_entries_ret,

0 commit comments

Comments
 (0)