Skip to content

Commit 84054c2

Browse files
authored
Fix clInitLayer parameter name (#895)
1 parent 88e0e6c commit 84054c2

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

ext/cl_loader_layers.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ cl_int clGetLayerInfo(cl_layer_info param_name,
4444
cl_int clInitLayer(cl_uint num_entries,
4545
const cl_icd_dispatch *target_dispatch,
4646
cl_uint *num_entries_ret,
47-
const cl_icd_dispatch **layer_dispatch);
47+
const cl_icd_dispatch **layer_dispatch_ret);
4848
----
4949

5050
[[cl_loader_layers-new-api-types]]

xml/cl.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4113,7 +4113,7 @@ server's OpenCL/api-docs repository.
41134113
<param><type>cl_uint</type> <name>num_entries</name></param>
41144114
<param>const <type>cl_icd_dispatch</type>* <name>target_dispatch</name></param>
41154115
<param><type>cl_uint</type>* <name>num_entries_ret</name></param>
4116-
<param>const <type>cl_icd_dispatch</type>** <name>layer_dispatch</name></param>
4116+
<param>const <type>cl_icd_dispatch</type>** <name>layer_dispatch_ret</name></param>
41174117
</command>
41184118
<command>
41194119
<proto><type>cl_int</type> <name>clGetSupportedGLTextureFormatsINTEL</name></proto>

0 commit comments

Comments
 (0)