Regenerated signatures using the latest fixes for function pointer parameters. All methods with function pointers should be now correct.
This commit is contained in:
parent
056a593480
commit
fa14139982
1 changed files with 2 additions and 2 deletions
|
@ -340,8 +340,7 @@
|
|||
<param type="cl_uint" name="num_devices" flow="in" />
|
||||
<param type="cl_device_id*" name="device_list" flow="in" />
|
||||
<param type="char*" name="options" flow="in" />
|
||||
<param type="cl_program" name="program" flow="in" />
|
||||
<param type="void*" name="user_data" flow="in" />
|
||||
<param type="IntPtr" name="pfn_notify" flow="in" />
|
||||
<param type="void*" name="user_data" flow="in" />
|
||||
</function>
|
||||
<function name="CreateBuffer" extension="Core" profile="" category="1.0" version="1.0">
|
||||
|
@ -527,6 +526,7 @@
|
|||
<function name="EnqueueNativeKernel" extension="Core" profile="" category="1.0" version="1.0">
|
||||
<returns type="cl_int" />
|
||||
<param type="cl_command_queue" name="command_queue" flow="in" />
|
||||
<param type="IntPtr" name="user_func" flow="in" />
|
||||
<param type="void*" name="args" flow="in" />
|
||||
<param type="size_t" name="cb_args" flow="in" />
|
||||
<param type="cl_uint" name="num_mem_objects" flow="in" />
|
||||
|
|
Loading…
Reference in a new issue